diff options
| author | Vincent Richard <[email protected]> | 2006-12-20 20:24:53 +0100 |
|---|---|---|
| committer | Vincent Richard <[email protected]> | 2006-12-20 20:24:53 +0100 |
| commit | fd1be329d5bba4436856cbd11ec03a7af3a71ee6 (patch) | |
| tree | 0d0e2d163da499f53909b027cb39bcb34136de2d | |
| parent | Version 0.8.1. (diff) | |
| download | vmime-fd1be329d5bba4436856cbd11ec03a7af3a71ee6.tar.gz vmime-fd1be329d5bba4436856cbd11ec03a7af3a71ee6.zip | |
Started version 0.8.2.
| -rw-r--r-- | ChangeLog | 8 | ||||
| -rw-r--r-- | SConstruct | 2 |
2 files changed, 9 insertions, 1 deletions
@@ -1,4 +1,12 @@ +VERSION 0.8.2cvs +================ + +2006-12-20 Vincent Richard <[email protected]> + + * Started version 0.8.2. + + VERSION 0.8.1 ============= @@ -29,7 +29,7 @@ import string # Package version number packageVersionMajor = 0 packageVersionMinor = 8 -packageVersionMicro = 1 +packageVersionMicro = 2 # API version number (libtool) # |
