From: Vsevolod Stakhov Date: Fri, 3 Jul 2015 11:52:55 +0000 (+0100) Subject: Update version to 0.9.9. X-Git-Tag: 0.9.9~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=870c7c30ace3ae4d55c3f428b917c9c40376b8e4;p=thirdparty%2Frspamd.git Update version to 0.9.9. --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 6d99c363eb..a42e876697 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,7 +11,7 @@ ENABLE_LANGUAGE(ASM) SET(RSPAMD_VERSION_MAJOR 0) SET(RSPAMD_VERSION_MINOR 9) -SET(RSPAMD_VERSION_PATCH 8) +SET(RSPAMD_VERSION_PATCH 9) SET(RSPAMD_VERSION "${RSPAMD_VERSION_MAJOR}.${RSPAMD_VERSION_MINOR}.${RSPAMD_VERSION_PATCH}") SET(RSPAMD_MASTER_SITE_URL "https://rspamd.com")