From: Vsevolod Stakhov Date: Thu, 2 Sep 2010 16:47:50 +0000 (+0400) Subject: * Prepare 0.3.2 X-Git-Tag: 0.3.2~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b196e64d98a4d88b54c9a4dfaf2d9dc0b9d98ed6;p=thirdparty%2Frspamd.git * Prepare 0.3.2 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 30bf273872..1c56520d46 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 1) +SET(RSPAMD_VERSION_PATCH 2) SET(RSPAMD_VERSION "${RSPAMD_VERSION_MAJOR}.${RSPAMD_VERSION_MINOR}.${RSPAMD_VERSION_PATCH}") SET(RSPAMD_MASTER_SITE_URL "http://cebka.pp.ru/hg/rspamd")