From: Vsevolod Stakhov Date: Wed, 12 Jun 2013 14:41:56 +0000 (+0100) Subject: The first step to 0.6. X-Git-Tag: 0.6.0~296 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c3fa4244878d79e1e679622394146f6f0c593a5b;p=thirdparty%2Frspamd.git The first step to 0.6. --- diff --git a/CMakeLists.txt b/CMakeLists.txt index ff4be3f1bc..81ff69b0c5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,8 +9,8 @@ PROJECT(rspamd C) SET(RSPAMD_VERSION_MAJOR 0) -SET(RSPAMD_VERSION_MINOR 5) -SET(RSPAMD_VERSION_PATCH 6) +SET(RSPAMD_VERSION_MINOR 6) +SET(RSPAMD_VERSION_PATCH 0) SET(RSPAMD_VERSION "${RSPAMD_VERSION_MAJOR}.${RSPAMD_VERSION_MINOR}.${RSPAMD_VERSION_PATCH}")