From: Vsevolod Stakhov Date: Fri, 17 Mar 2017 13:58:56 +0000 (+0000) Subject: [Minor] Update version to 1.5.4 X-Git-Tag: 1.5.4~91 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6807e55299387221597eb8ad12f0834576c12ed;p=thirdparty%2Frspamd.git [Minor] Update version to 1.5.4 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 370c1589ff..a9ddd3da2e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,7 +12,7 @@ ENABLE_LANGUAGE(ASM) SET(RSPAMD_VERSION_MAJOR 1) SET(RSPAMD_VERSION_MINOR 5) -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)