summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2015-06-28 11:20:26 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2015-06-28 11:20:26 +0200
commit1c34feff5c58427e8e0eee5bbc45aac0d1c0ad53 (patch)
tree01bd00fb9bac36e168ba2fece4867a2234006984
parent57061718c09b0a0fae747c515059dfe6fb123ac5 (diff)
downloadsqlitexx-1c34feff5c58427e8e0eee5bbc45aac0d1c0ad53.tar.gz
sqlitexx-1c34feff5c58427e8e0eee5bbc45aac0d1c0ad53.tar.bz2
master version bump to upcoming 0.0.4
-rw-r--r--GNUmakefile2
-rw-r--r--Makefile.W322
2 files changed, 2 insertions, 2 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 527e63b..933346e 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -3,6 +3,6 @@ TOPDIR = .
SUBDIRS = src include tests docs
PACKAGE_NAME = sqlitexx
-PACKAGE_VERSION = 0.0.3
+PACKAGE_VERSION = 0.0.4
-include $(TOPDIR)/makefiles/gmake/top.mk
diff --git a/Makefile.W32 b/Makefile.W32
index c749a48..eeae60b 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.3
+PACKAGE_VERSION = 0.0.4
!INCLUDE $(TOPDIR)\makefiles\nmake\top.mk