From: Vsevolod Stakhov Date: Tue, 12 Apr 2016 12:07:21 +0000 (+0100) Subject: [Minor] Update version to 1.2.4 X-Git-Tag: 1.2.4~59 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=daea922b4f9be4f65492206b0bd25422e5f82e8b;p=thirdparty%2Frspamd.git [Minor] Update version to 1.2.4 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index d8e39300ab..968949a309 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,7 +12,7 @@ ENABLE_LANGUAGE(ASM) SET(RSPAMD_VERSION_MAJOR 1) SET(RSPAMD_VERSION_MINOR 2) -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)