summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2015-08-29 10:11:55 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2015-08-29 10:11:55 +0200
commit5ac5c7f0db59255af1bfa5eb3becc25f441723aa (patch)
tree3ee117bc5eca575bf35f9c9f54e7d7b2be7c5369 /GNUmakefile
parenta87dee29f37410cbcf32196c4dd4041558559d7a (diff)
downloadsqlitexx-5ac5c7f0db59255af1bfa5eb3becc25f441723aa.tar.gz
sqlitexx-5ac5c7f0db59255af1bfa5eb3becc25f441723aa.tar.bz2
version bump of git version so 0.0.5
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 933346e..bc6b68f 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -3,6 +3,6 @@ TOPDIR = .
SUBDIRS = src include tests docs
PACKAGE_NAME = sqlitexx
-PACKAGE_VERSION = 0.0.4
+PACKAGE_VERSION = 0.0.5
-include $(TOPDIR)/makefiles/gmake/top.mk