From 5ac5c7f0db59255af1bfa5eb3becc25f441723aa Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sat, 29 Aug 2015 10:11:55 +0200 Subject: version bump of git version so 0.0.5 --- GNUmakefile | 2 +- Makefile.W32 | 2 +- 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 -- cgit v1.2.3-54-g00ecf