File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -39,9 +39,14 @@ SET(CMAKE_ARCHIVE_OUTPUT_DIRECTORY build/lib)
3939
4040SET (CMAKE_VERBOSE_MAKEFILE ON )
4141
42+ # Package version number
43+ SET (VMIME_VERSION_MAJOR 0)
44+ SET (VMIME_VERSION_MINOR 9)
45+ SET (VMIME_VERSION_PATCH 2)
46+ set (VMIME_VERSION ${VMIME_VERSION_MAJOR} .${VMIME_VERSION_MINOR} .${VMIME_VERSION_PATCH} )
4247
4348# Project
44- PROJECT (vmime)
49+ PROJECT (vmime VERSION ${VMIME_VERSION} )
4550
4651# Hunter package
4752hunter_add_package (OpenSSL )
@@ -67,11 +72,6 @@ configure_package_config_file(
6772 INSTALL_DESTINATION "${CONFIG_INSTALL_DIR} "
6873)
6974
70- # Package version number
71- SET (VMIME_VERSION_MAJOR 0)
72- SET (VMIME_VERSION_MINOR 9)
73- SET (VMIME_VERSION_MICRO 2)
74-
7575# API version number (libtool)
7676#
7777# Increment this number only immediately before a public release.
You can’t perform that action at this time.
0 commit comments