From: Vsevolod Stakhov Date: Tue, 12 Aug 2014 11:52:51 +0000 (+0100) Subject: Update version. X-Git-Tag: 0.6.10~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2295dbc38dd1ae4bcf1edac7b6bdd23484305685;p=thirdparty%2Frspamd.git Update version. --- diff --git a/CMakeLists.txt b/CMakeLists.txt index c867bff6b8..c8556ba664 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 9) +SET(RSPAMD_VERSION_PATCH 10) SET(RSPAMD_VERSION "${RSPAMD_VERSION_MAJOR}.${RSPAMD_VERSION_MINOR}.${RSPAMD_VERSION_PATCH}") SET(RSPAMD_MASTER_SITE_URL "https://rspamd.com")