]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
Update version to 1.0.11
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Mon, 21 Dec 2015 18:21:44 +0000 (18:21 +0000)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Mon, 21 Dec 2015 18:21:44 +0000 (18:21 +0000)
CMakeLists.txt

index 678d2e8470b556fa25e2686a3d92eb4254c62b94..44e193b2fcec094e25f639d3c742e5f75ffeb37a 100644 (file)
@@ -12,7 +12,7 @@ ENABLE_LANGUAGE(ASM)
 
 SET(RSPAMD_VERSION_MAJOR 1)
 SET(RSPAMD_VERSION_MINOR 0)
-SET(RSPAMD_VERSION_PATCH 10)
+SET(RSPAMD_VERSION_PATCH 11)
 
 SET(RSPAMD_VERSION         "${RSPAMD_VERSION_MAJOR}.${RSPAMD_VERSION_MINOR}.${RSPAMD_VERSION_PATCH}")
 SET(RSPAMD_MASTER_SITE_URL "https://rspamd.com")
@@ -1121,4 +1121,4 @@ ADD_CUSTOM_TARGET(dist ${CMAKE_SOURCE_DIR}/dist.sh
 IF(NOT DEBIAN_BUILD)
        ADD_CUSTOM_TARGET(check DEPENDS rspamd-test)
        ADD_CUSTOM_TARGET(run-test DEPENDS check COMMAND test/rspamd-test)
-ENDIF(NOT DEBIAN_BUILD)
\ No newline at end of file
+ENDIF(NOT DEBIAN_BUILD)