From: Vsevolod Stakhov Date: Mon, 21 Dec 2015 18:21:44 +0000 (+0000) Subject: Update version to 1.0.11 X-Git-Tag: 1.0.11~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3d807880d1a3ff0f91fdeaacf4517878b4bf67cb;p=thirdparty%2Frspamd.git Update version to 1.0.11 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 678d2e8470..44e193b2fc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)