From: Vsevolod Stakhov Date: Mon, 26 Oct 2015 16:14:36 +0000 (+0000) Subject: Update version. X-Git-Tag: 1.0.8~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b294e38a47f4a4526954be71cf3f267a450097b3;p=thirdparty%2Frspamd.git Update version. --- diff --git a/CMakeLists.txt b/CMakeLists.txt index caa88bcd1b..ca1e6bbc71 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,7 +12,7 @@ ENABLE_LANGUAGE(ASM) SET(RSPAMD_VERSION_MAJOR 1) SET(RSPAMD_VERSION_MINOR 0) -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")