From 9a06adc267bc3064d5a3ea92896e6e4f9ba66a66 Mon Sep 17 00:00:00 2001 From: Jack Moffitt Date: Tue, 17 Jan 2006 18:28:20 +0000 Subject: [PATCH] Bump version number post release. --- SConstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SConstruct b/SConstruct index eb2872a..2aa2e42 100644 --- a/SConstruct +++ b/SConstruct @@ -17,7 +17,7 @@ # invoke with 'scons' to build the library LIBSTROPHE_VERSION_MAJOR=0 -LIBSTROPHE_VERSION_MINOR=7 +LIBSTROPHE_VERSION_MINOR=8 from os.path import join