From: Vsevolod Stakhov Date: Mon, 5 Dec 2016 11:11:21 +0000 (+0000) Subject: [Minor] Switch version to 1.5.0 X-Git-Tag: 1.5.0~670 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cd01e044ae181a5dc22c8e7a7dca015bbeb03e55;p=thirdparty%2Frspamd.git [Minor] Switch version to 1.5.0 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 3ee2ae5a0e..767f0fbf84 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 4) -SET(RSPAMD_VERSION_PATCH 2) +SET(RSPAMD_VERSION_MINOR 5) +SET(RSPAMD_VERSION_PATCH 0) # Keep two digits all the time SET(RSPAMD_VERSION_MAJOR_NUM ${RSPAMD_VERSION_MAJOR}0)