From: Vsevolod Stakhov Date: Mon, 3 Dec 2018 15:46:17 +0000 (+0000) Subject: [Minor] Update version to 1.8.4 X-Git-Tag: 1.9.0~491 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=34a0eebf738eb98311166f018d519738786c6b1c;p=thirdparty%2Frspamd.git [Minor] Update version to 1.8.4 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 3be16549f4..9fc4fef740 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,7 +12,7 @@ ENABLE_LANGUAGE(ASM) SET(RSPAMD_VERSION_MAJOR 1) SET(RSPAMD_VERSION_MINOR 8) -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)