We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cc9995 commit 7627129Copy full SHA for 7627129
1 file changed
CMakeLists.txt
@@ -46,13 +46,13 @@ SET(VMIME_VERSION_MICRO 2)
46
# Increment this number only immediately before a public release.
47
# This is independent from package version number.
48
#
49
-# See: http://www.gnu.org/software/libtool/manual.html#Libtool-versioning
+# See: http://semver.org/
50
51
# . Implementation changed (eg. bug/security fix): REVISION++
52
# . Interfaces added/removed/changed: CURRENT++, REVISION=0
53
# . Interfaces added (upward-compatible changes): AGE++
54
# . Interfaces removed: AGE=0
55
-SET(VMIME_API_VERSION_CURRENT 0)
+SET(VMIME_API_VERSION_CURRENT 1)
56
SET(VMIME_API_VERSION_REVISION 0)
57
SET(VMIME_API_VERSION_AGE 0)
58
0 commit comments