From: Vsevolod Stakhov Date: Sun, 2 Nov 2014 17:19:00 +0000 (+0000) Subject: Update version to 0.7.3 X-Git-Tag: 0.7.3~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f6dfb706de13afd4b3a94f838b3060c9f92a6851;p=thirdparty%2Frspamd.git Update version to 0.7.3 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index a00d9cc483..14b662eac4 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 2) +SET(RSPAMD_VERSION_PATCH 3) SET(RSPAMD_VERSION "${RSPAMD_VERSION_MAJOR}.${RSPAMD_VERSION_MINOR}.${RSPAMD_VERSION_PATCH}") SET(RSPAMD_MASTER_SITE_URL "https://rspamd.com")