diff options
author | Vincent Richard <[email protected]> | 2017-01-03 20:00:08 +0000 |
---|---|---|
committer | Vincent Richard <[email protected]> | 2017-01-03 20:00:08 +0000 |
commit | 7627129f4e30064b8fb915fb6339a0aa19a743ca (patch) | |
tree | fc6e74baf2030aff29fb96bf8c597ed77e413a4d | |
parent | Merge pull request #156 from bosim/add-wrapped-message-id-option (diff) | |
download | vmime-0.9.2.tar.gz vmime-0.9.2.zip |
Release 0.9.2.v0.9.2
-rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 8747ccee..e24d22c5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -46,13 +46,13 @@ SET(VMIME_VERSION_MICRO 2) # Increment this number only immediately before a public release. # This is independent from package version number. # -# See: http://www.gnu.org/software/libtool/manual.html#Libtool-versioning +# See: http://semver.org/ # # . Implementation changed (eg. bug/security fix): REVISION++ # . Interfaces added/removed/changed: CURRENT++, REVISION=0 # . Interfaces added (upward-compatible changes): AGE++ # . Interfaces removed: AGE=0 -SET(VMIME_API_VERSION_CURRENT 0) +SET(VMIME_API_VERSION_CURRENT 1) SET(VMIME_API_VERSION_REVISION 0) SET(VMIME_API_VERSION_AGE 0) |