From: Vsevolod Stakhov Date: Fri, 22 Apr 2016 13:37:47 +0000 (+0100) Subject: [Minor] Update version to 1.2.5 X-Git-Tag: 1.2.5~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ca690b46cd51086b3edfaf2475f83168d1f314d;p=thirdparty%2Frspamd.git [Minor] Update version to 1.2.5 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 4c19e84a22..ad9849b189 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 4) +SET(RSPAMD_VERSION_PATCH 5) # Keep two digits all the time SET(RSPAMD_VERSION_MAJOR_NUM ${RSPAMD_VERSION_MAJOR}0)