From: Vsevolod Stakhov Date: Fri, 18 Mar 2011 16:16:30 +0000 (+0300) Subject: Update to 0.3.9. X-Git-Tag: 0.3.9 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a007fba6cc6b8b2551a9d2b9dd192abe1968c316;p=thirdparty%2Frspamd.git Update to 0.3.9. --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 79ca615fc4..0abd13d9f4 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 8) +SET(RSPAMD_VERSION_PATCH 9) SET(RSPAMD_VERSION "${RSPAMD_VERSION_MAJOR}.${RSPAMD_VERSION_MINOR}.${RSPAMD_VERSION_PATCH}")