diff options
| author | Vincent Richard <[email protected]> | 2005-01-28 19:32:57 +0100 |
|---|---|---|
| committer | Vincent Richard <[email protected]> | 2005-01-28 19:32:57 +0100 |
| commit | 653ef5c519263e2db1d56a440481af28ef7aaa20 (patch) | |
| tree | b093fb0e04587822926e24162b6a36020978f72c | |
| parent | Version 0.6.3. (diff) | |
| download | vmime-653ef5c519263e2db1d56a440481af28ef7aaa20.tar.gz vmime-653ef5c519263e2db1d56a440481af28ef7aaa20.zip | |
Started version 0.6.4.
| -rw-r--r-- | ChangeLog | 8 | ||||
| -rw-r--r-- | SConstruct | 2 |
2 files changed, 9 insertions, 1 deletions
@@ -1,4 +1,12 @@ +VERSION 0.6.4cvs +================ + +2005-01-28 Vincent Richard <[email protected]> + + * Started version 0.6.4. + + VERSION 0.6.3 ============= @@ -47,7 +47,7 @@ import string # Package version number packageVersionMajor = 0 packageVersionMinor = 6 -packageVersionMicro = 3 +packageVersionMicro = 4 # Shared library version number (computed from package version number) packageAPICurrent = packageVersionMajor + packageVersionMinor |
