From: Vsevolod Stakhov Date: Wed, 15 Oct 2014 16:18:46 +0000 (+0100) Subject: Update to 0.7.2. X-Git-Tag: 0.7.2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=235a763157cfa92ad17861e98681540e6fee5cdb;p=thirdparty%2Frspamd.git Update to 0.7.2. --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 8ef0066228..34e07940b5 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 1) +SET(RSPAMD_VERSION_PATCH 2) SET(RSPAMD_VERSION "${RSPAMD_VERSION_MAJOR}.${RSPAMD_VERSION_MINOR}.${RSPAMD_VERSION_PATCH}") SET(RSPAMD_MASTER_SITE_URL "https://rspamd.com")