Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
Fixes: kisli#274
  • Loading branch information
jengelh committed Jun 16, 2024
1 parent 43b262b commit 514ccd1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ SET(CMAKE_VERBOSE_MAKEFILE ON)


# Package version number
SET(VMIME_VERSION_MAJOR 0)
SET(VMIME_VERSION_MINOR 9)
SET(VMIME_VERSION_MICRO 2)
SET(VMIME_VERSION_MAJOR 1)
SET(VMIME_VERSION_MINOR 0)
SET(VMIME_VERSION_MICRO 0)

# API version number (libtool)
#
Expand All @@ -50,7 +50,7 @@ SET(VMIME_VERSION_MICRO 2)
# . Interfaces added/removed/changed: CURRENT++, REVISION=0
# . Interfaces added (upward-compatible changes): AGE++
# . Interfaces removed: AGE=0
SET(VMIME_API_VERSION_CURRENT 1)
SET(VMIME_API_VERSION_CURRENT 2)
SET(VMIME_API_VERSION_REVISION 0)
SET(VMIME_API_VERSION_AGE 0)

Expand Down

0 comments on commit 514ccd1

Please sign in to comment.