diff options
| author | Vincent Richard <[email protected]> | 2005-04-12 19:03:30 +0000 |
|---|---|---|
| committer | Vincent Richard <[email protected]> | 2005-04-12 19:03:30 +0000 |
| commit | d4bab79067db4633c52cd96c32d77bd39597ea57 (patch) | |
| tree | 1a16551b70fe6dbb3d98f91781a054fea3812377 | |
| parent | Added support for RFC-2231. (diff) | |
| download | vmime-d4bab79067db4633c52cd96c32d77bd39597ea57.tar.gz vmime-d4bab79067db4633c52cd96c32d77bd39597ea57.zip | |
Version 0.7.0.
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | SConstruct | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -1,6 +1,6 @@ -VERSION 0.6.4cvs -================ +VERSION 0.7.0 +============= 2005-04-12 Vincent Richard <[email protected]> @@ -46,8 +46,8 @@ import string # Package version number packageVersionMajor = 0 -packageVersionMinor = 6 -packageVersionMicro = 4 +packageVersionMinor = 7 +packageVersionMicro = 0 # Shared library version number (computed from package version number) packageAPICurrent = packageVersionMajor + packageVersionMinor |
