Skip to content

Commit 514ccd1

Browse files
committed
Release 1.0.0
Fixes: #274
1 parent 43b262b commit 514ccd1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CMakeLists.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ SET(CMAKE_VERBOSE_MAKEFILE ON)
3535

3636

3737
# Package version number
38-
SET(VMIME_VERSION_MAJOR 0)
39-
SET(VMIME_VERSION_MINOR 9)
40-
SET(VMIME_VERSION_MICRO 2)
38+
SET(VMIME_VERSION_MAJOR 1)
39+
SET(VMIME_VERSION_MINOR 0)
40+
SET(VMIME_VERSION_MICRO 0)
4141

4242
# API version number (libtool)
4343
#
@@ -50,7 +50,7 @@ SET(VMIME_VERSION_MICRO 2)
5050
# . Interfaces added/removed/changed: CURRENT++, REVISION=0
5151
# . Interfaces added (upward-compatible changes): AGE++
5252
# . Interfaces removed: AGE=0
53-
SET(VMIME_API_VERSION_CURRENT 1)
53+
SET(VMIME_API_VERSION_CURRENT 2)
5454
SET(VMIME_API_VERSION_REVISION 0)
5555
SET(VMIME_API_VERSION_AGE 0)
5656

0 commit comments

Comments
 (0)