From: Vsevolod Stakhov Date: Mon, 1 Aug 2016 13:27:15 +0000 (+0100) Subject: [Minor] Update version to 1.3.2 X-Git-Tag: 1.3.2~87 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ae4337be55788314c1342d89c4186f8647a6b52;p=thirdparty%2Frspamd.git [Minor] Update version to 1.3.2 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 5b8ae8583e..dd931fb832 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,7 +12,7 @@ ENABLE_LANGUAGE(ASM) SET(RSPAMD_VERSION_MAJOR 1) SET(RSPAMD_VERSION_MINOR 3) -SET(RSPAMD_VERSION_PATCH 1) +SET(RSPAMD_VERSION_PATCH 2) # Keep two digits all the time SET(RSPAMD_VERSION_MAJOR_NUM ${RSPAMD_VERSION_MAJOR}0)