From: Vsevolod Stakhov Date: Sun, 10 Sep 2017 11:26:15 +0000 (+0100) Subject: [Minor] Update version to 1.6.4 X-Git-Tag: 1.6.4~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0c9d75228094fbf60817dbdafea6671219b3e372;p=thirdparty%2Frspamd.git [Minor] Update version to 1.6.4 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 7ac5295666..27dbd4657c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,7 +12,7 @@ ENABLE_LANGUAGE(ASM) SET(RSPAMD_VERSION_MAJOR 1) SET(RSPAMD_VERSION_MINOR 6) -SET(RSPAMD_VERSION_PATCH 3) +SET(RSPAMD_VERSION_PATCH 4) # Keep two digits all the time SET(RSPAMD_VERSION_MAJOR_NUM ${RSPAMD_VERSION_MAJOR}0)