# HG changeset patch # User Chris Cannam # Date 1468589267 -3600 # Fri Jul 15 14:27:47 2016 +0100 # Node ID 768fb9b053558d870233048c3b4c340772e2ccec # Parent 274cf74a5c9371b3f789b0348c0bd4f9aac6af55 Update version diff --git a/deploy/dataquay.pc.in b/deploy/dataquay.pc.in --- a/deploy/dataquay.pc.in +++ b/deploy/dataquay.pc.in @@ -4,7 +4,7 @@ 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} diff --git a/lib.pro b/lib.pro --- a/lib.pro +++ b/lib.pro @@ -13,7 +13,7 @@ include(./config.pri) } -VERSION=0.9 +VERSION=0.9.1 OBJECTS_DIR = o MOC_DIR = o diff --git a/src/acsymbols.c b/src/acsymbols.c --- a/src/acsymbols.c +++ b/src/acsymbols.c @@ -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) { }