From: Vsevolod Stakhov Date: Sun, 23 Nov 2014 22:31:26 +0000 (+0000) Subject: Update version to 0.7.6. X-Git-Tag: 0.7.6~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=20c12e03f62dc5f67e3b8466fae69f00ab335611;p=thirdparty%2Frspamd.git Update version to 0.7.6. --- diff --git a/CMakeLists.txt b/CMakeLists.txt index c07c0e3a88..0f0e04db23 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,7 +10,7 @@ PROJECT(rspamd C) SET(RSPAMD_VERSION_MAJOR 0) SET(RSPAMD_VERSION_MINOR 7) -SET(RSPAMD_VERSION_PATCH 5) +SET(RSPAMD_VERSION_PATCH 6) SET(RSPAMD_VERSION "${RSPAMD_VERSION_MAJOR}.${RSPAMD_VERSION_MINOR}.${RSPAMD_VERSION_PATCH}") SET(RSPAMD_MASTER_SITE_URL "https://rspamd.com")