From: Vsevolod Stakhov Date: Fri, 18 May 2018 14:17:29 +0000 (+0100) Subject: [Minor] Update version number X-Git-Tag: 1.7.6~130 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=83b35fdc4dc6694b1eb1a66d3aba896e207987da;p=thirdparty%2Frspamd.git [Minor] Update version number --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 11eeabf735..b88da4241f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,7 +12,7 @@ ENABLE_LANGUAGE(ASM) SET(RSPAMD_VERSION_MAJOR 1) SET(RSPAMD_VERSION_MINOR 7) -SET(RSPAMD_VERSION_PATCH 5) +SET(RSPAMD_VERSION_PATCH 6) # Keep two digits all the time SET(RSPAMD_VERSION_MAJOR_NUM ${RSPAMD_VERSION_MAJOR}0)