Skip to content

Commit 7627129

Browse files
Release 0.9.2.
1 parent 6cc9995 commit 7627129

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,13 @@ SET(VMIME_VERSION_MICRO 2)
4646
# Increment this number only immediately before a public release.
4747
# This is independent from package version number.
4848
#
49-
# See: http://www.gnu.org/software/libtool/manual.html#Libtool-versioning
49+
# See: http://semver.org/
5050
#
5151
# . Implementation changed (eg. bug/security fix): REVISION++
5252
# . Interfaces added/removed/changed: CURRENT++, REVISION=0
5353
# . Interfaces added (upward-compatible changes): AGE++
5454
# . Interfaces removed: AGE=0
55-
SET(VMIME_API_VERSION_CURRENT 0)
55+
SET(VMIME_API_VERSION_CURRENT 1)
5656
SET(VMIME_API_VERSION_REVISION 0)
5757
SET(VMIME_API_VERSION_AGE 0)
5858

0 commit comments

Comments
 (0)