From: Vsevolod Stakhov Date: Tue, 23 Aug 2016 12:18:28 +0000 (+0100) Subject: [Minor] Update to 1.4.0 X-Git-Tag: 1.4.0~579 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=343ec6cd4fb610ad3b273227902548ce77c005ac;p=thirdparty%2Frspamd.git [Minor] Update to 1.4.0 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 555872e23e..e0be84d60e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,8 +11,8 @@ PROJECT(rspamd C) ENABLE_LANGUAGE(ASM) SET(RSPAMD_VERSION_MAJOR 1) -SET(RSPAMD_VERSION_MINOR 3) -SET(RSPAMD_VERSION_PATCH 4) +SET(RSPAMD_VERSION_MINOR 4) +SET(RSPAMD_VERSION_PATCH 0) # Keep two digits all the time SET(RSPAMD_VERSION_MAJOR_NUM ${RSPAMD_VERSION_MAJOR}0)