768fb9b05355 — Chris Cannam v0.9.1 6 years ago
Update version
3 files changed, 3 insertions(+), 2 deletions(-)

M deploy/dataquay.pc.in
M lib.pro
M src/acsymbols.c
M deploy/dataquay.pc.in +1 -1
@@ 4,7 4,7 @@ exec_prefix=${prefix}
 includedir=${prefix}/include
 
 Name: dataquay
-Version: 0.9
+Version: 0.9.1
 Description: C++ API for an RDF data store using Qt4 classes and containers
 Libs: -L${libdir} -ldataquay %EXTRALIBS%
 Cflags: -I${includedir} 

          
M lib.pro +1 -1
@@ 13,7 13,7 @@ exists(config.pri) {
 	include(./config.pri)
 }
 
-VERSION=0.9
+VERSION=0.9.1
 OBJECTS_DIR = o
 MOC_DIR = o
 

          
M src/acsymbols.c +1 -0
@@ 1,4 1,5 @@ 
 /* These stubs are provided so that autoconf can check library
  * versions using C symbols only */
 
+extern void dataquay_v_0_9_1_present(void) { }
 extern void dataquay_v_0_9_present(void) { }