From: Vsevolod Stakhov Date: Fri, 16 Oct 2015 14:08:26 +0000 (+0100) Subject: Update version. X-Git-Tag: 1.0.7~79 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=16a32a939711e98b4ec8c91d34ad7b4712e88af9;p=thirdparty%2Frspamd.git Update version. --- diff --git a/CMakeLists.txt b/CMakeLists.txt index c21c9a8b8e..5eeb707dd3 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 6) +SET(RSPAMD_VERSION_PATCH 7) SET(RSPAMD_VERSION "${RSPAMD_VERSION_MAJOR}.${RSPAMD_VERSION_MINOR}.${RSPAMD_VERSION_PATCH}") SET(RSPAMD_MASTER_SITE_URL "https://rspamd.com")