aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2008-10-19 16:39:02 +0200
committerVincent Richard <[email protected]>2008-10-19 16:39:02 +0200
commit37e0f6fd7fb14cdfd28d7f8f7381efacd70255b1 (patch)
tree8a6a6e5409c70ee8e4e16bed5d65579c38c87a4f
parentFixed autotools support. (diff)
downloadvmime-37e0f6fd7fb14cdfd28d7f8f7381efacd70255b1.tar.gz
vmime-37e0f6fd7fb14cdfd28d7f8f7381efacd70255b1.zip
Started version 0.9.1.
-rw-r--r--ChangeLog8
-rw-r--r--SConstruct2
2 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 51621924..b9a510f2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,12 @@
+VERSION 0.9.1svn
+================
+
+2008-10-19 Vincent Richard <[email protected]>
+
+ * Started version 0.9.1.
+
+
VERSION 0.9.0
=============
diff --git a/SConstruct b/SConstruct
index 6014385b..7f628761 100644
--- a/SConstruct
+++ b/SConstruct
@@ -29,7 +29,7 @@ import string
# Package version number
packageVersionMajor = 0
packageVersionMinor = 9
-packageVersionMicro = 0
+packageVersionMicro = 1
# API version number (libtool)
#