From acaebfcb5179f5f67e03531785cbe846b0a1765a Mon Sep 17 00:00:00 2001 From: Jack Moffitt Date: Wed, 15 Jun 2005 18:36:18 +0000 Subject: [PATCH] Reroll changeset:185. --- CHANGES.txt | 2 ++ SConstruct | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index 578ffea..72e6d50 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,5 @@ +Version 0.8 (unreleased) + Version 0.7 (20050615) * first public release diff --git a/SConstruct b/SConstruct index 0c9d48b..4e947cc 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