summaryrefslogtreecommitdiff
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
parenta87dee29f37410cbcf32196c4dd4041558559d7a (diff)
downloadsqlitexx-5ac5c7f0db59255af1bfa5eb3becc25f441723aa.tar.gz
sqlitexx-5ac5c7f0db59255af1bfa5eb3becc25f441723aa.tar.bz2
version bump of git version so 0.0.5
-rw-r--r--GNUmakefile2
-rw-r--r--Makefile.W322
2 files changed, 2 insertions, 2 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
diff --git a/Makefile.W32 b/Makefile.W32
index eeae60b..42dee72 100644
--- a/Makefile.W32
+++ b/Makefile.W32
@@ -5,6 +5,6 @@ TOPDIR = .
SUBDIRS = sqlite-$(SQLITE_VERSION) src tests
PACKAGE_NAME = sqlitexx
-PACKAGE_VERSION = 0.0.4
+PACKAGE_VERSION = 0.0.5
!INCLUDE $(TOPDIR)\makefiles\nmake\top.mk