From: Vsevolod Stakhov Date: Tue, 28 Mar 2017 15:45:01 +0000 (+0100) Subject: [Minor] Update version to 1.5.5 X-Git-Tag: 1.5.5~91 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b2213975f895fe6f6f604bd1b1dd0dcf6b69fe2;p=thirdparty%2Frspamd.git [Minor] Update version to 1.5.5 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index a9ddd3da2e..7e4a025869 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 4) +SET(RSPAMD_VERSION_PATCH 5) # Keep two digits all the time SET(RSPAMD_VERSION_MAJOR_NUM ${RSPAMD_VERSION_MAJOR}0)