From: Vsevolod Stakhov Date: Fri, 23 Jan 2015 16:54:30 +0000 (+0000) Subject: Update to 0.8.1 X-Git-Tag: 0.8.1~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f8694bec650a14496fbdb908476b4ae05a4c378;p=thirdparty%2Frspamd.git Update to 0.8.1 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 42bf2ddc05..de8e5f95f0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,7 +10,7 @@ PROJECT(rspamd C) SET(RSPAMD_VERSION_MAJOR 0) SET(RSPAMD_VERSION_MINOR 8) -SET(RSPAMD_VERSION_PATCH 0) +SET(RSPAMD_VERSION_PATCH 1) SET(RSPAMD_VERSION "${RSPAMD_VERSION_MAJOR}.${RSPAMD_VERSION_MINOR}.${RSPAMD_VERSION_PATCH}") SET(RSPAMD_MASTER_SITE_URL "https://rspamd.com")