From: Vsevolod Stakhov Date: Sat, 1 Feb 2014 15:21:07 +0000 (-0800) Subject: Update to 0.6.8. X-Git-Tag: 0.6.8~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a94e2e2dcde35e8f12cd1dda6219c3b1e8ff3fdf;p=thirdparty%2Frspamd.git Update to 0.6.8. --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 5941203ae5..d962997ba8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,7 +10,7 @@ PROJECT(rspamd C) SET(RSPAMD_VERSION_MAJOR 0) SET(RSPAMD_VERSION_MINOR 6) -SET(RSPAMD_VERSION_PATCH 7) +SET(RSPAMD_VERSION_PATCH 8) SET(RSPAMD_VERSION "${RSPAMD_VERSION_MAJOR}.${RSPAMD_VERSION_MINOR}.${RSPAMD_VERSION_PATCH}") SET(RSPAMD_MASTER_SITE_URL "https://rspamd.com")