From: Vsevolod Stakhov Date: Thu, 9 Jan 2014 15:52:27 +0000 (+0000) Subject: 0.7 era start. X-Git-Tag: 0.6.7~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e3f82730afd20799aab7a92f222ee7fb08d096a;p=thirdparty%2Frspamd.git 0.7 era start. --- diff --git a/CMakeLists.txt b/CMakeLists.txt index fd2446acfc..1ac036678d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,8 +9,8 @@ PROJECT(rspamd C) SET(RSPAMD_VERSION_MAJOR 0) -SET(RSPAMD_VERSION_MINOR 6) -SET(RSPAMD_VERSION_PATCH 6) +SET(RSPAMD_VERSION_MINOR 7) +SET(RSPAMD_VERSION_PATCH 0) SET(RSPAMD_VERSION "${RSPAMD_VERSION_MAJOR}.${RSPAMD_VERSION_MINOR}.${RSPAMD_VERSION_PATCH}") SET(RSPAMD_MASTER_SITE_URL "https://rspamd.com")