From: Vsevolod Stakhov Date: Thu, 13 Nov 2014 22:22:41 +0000 (+0000) Subject: Update version to 0.7.5. X-Git-Tag: 0.7.5~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cbb4039324424e9430f5a5f25c8b533f61ed2c3b;p=thirdparty%2Frspamd.git Update version to 0.7.5. --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 6c5bc8aee4..c07c0e3a88 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 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")