From: Vsevolod Stakhov Date: Wed, 1 Aug 2018 14:22:16 +0000 (+0100) Subject: [Minor] Switch version to 1.8.0 X-Git-Tag: 1.8.0~324 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6bf95e77a1d61ecd7b3fd92543b74b067bc679d1;p=thirdparty%2Frspamd.git [Minor] Switch version to 1.8.0 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 3d43120c83..80aad7f69a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,8 +11,8 @@ PROJECT(rspamd C) ENABLE_LANGUAGE(ASM) SET(RSPAMD_VERSION_MAJOR 1) -SET(RSPAMD_VERSION_MINOR 7) -SET(RSPAMD_VERSION_PATCH 9) +SET(RSPAMD_VERSION_MINOR 8) +SET(RSPAMD_VERSION_PATCH 0) # Keep two digits all the time SET(RSPAMD_VERSION_MAJOR_NUM ${RSPAMD_VERSION_MAJOR}0)