summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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