Skip to content

Commit

Permalink
Release 0.9.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
vincent-richard committed Jan 3, 2017
1 parent 6cc9995 commit 7627129
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 7627129

Please sign in to comment.