From: Vsevolod Stakhov Date: Thu, 5 Nov 2015 12:32:03 +0000 (+0300) Subject: Start new feature release. X-Git-Tag: 1.1.0~640 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2068591f5c63765cb3073058ef7074cf71f12a82;p=thirdparty%2Frspamd.git Start new feature release. --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 678d2e8470..6e1af85559 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,8 +11,8 @@ PROJECT(rspamd C) ENABLE_LANGUAGE(ASM) SET(RSPAMD_VERSION_MAJOR 1) -SET(RSPAMD_VERSION_MINOR 0) -SET(RSPAMD_VERSION_PATCH 10) +SET(RSPAMD_VERSION_MINOR 1) +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")