From: Vsevolod Stakhov Date: Tue, 15 Mar 2011 13:09:06 +0000 (+0300) Subject: Update version to 0.3.8. X-Git-Tag: 0.3.8~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0509b3e2c988257bd0692e06e653a5ea97447fe5;p=thirdparty%2Frspamd.git Update version to 0.3.8. --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 35c8812064..febcffc075 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 7) +SET(RSPAMD_VERSION_PATCH 8) SET(RSPAMD_VERSION "${RSPAMD_VERSION_MAJOR}.${RSPAMD_VERSION_MINOR}.${RSPAMD_VERSION_PATCH}")