From: Vsevolod Stakhov Date: Thu, 31 Mar 2011 13:38:14 +0000 (+0400) Subject: Update version to 0.3.11 X-Git-Tag: 0.3.11~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=33b5aa19d7ec8ff59601c8495a8bc7813b0e6939;p=thirdparty%2Frspamd.git Update version to 0.3.11 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 059ce86db7..fcde6f6a3f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ PROJECT(rspamd C) SET(RSPAMD_VERSION_MAJOR 0) SET(RSPAMD_VERSION_MINOR 3) -SET(RSPAMD_VERSION_PATCH 10) +SET(RSPAMD_VERSION_PATCH 11) SET(RSPAMD_VERSION "${RSPAMD_VERSION_MAJOR}.${RSPAMD_VERSION_MINOR}.${RSPAMD_VERSION_PATCH}")