From: Vsevolod Stakhov Date: Mon, 5 Oct 2015 16:20:23 +0000 (+0100) Subject: Update version. X-Git-Tag: 1.0.5~69 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=18a45837c555962fc16e21da6755707e48518893;p=thirdparty%2Frspamd.git Update version. --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 448a09b0ae..72b3e05ded 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 4) +SET(RSPAMD_VERSION_PATCH 5) SET(RSPAMD_VERSION "${RSPAMD_VERSION_MAJOR}.${RSPAMD_VERSION_MINOR}.${RSPAMD_VERSION_PATCH}") SET(RSPAMD_MASTER_SITE_URL "https://rspamd.com")