From: Vsevolod Stakhov Date: Tue, 20 Mar 2018 12:28:40 +0000 (+0000) Subject: [Minor] Start 1.7.2 X-Git-Tag: 1.7.2~32 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=904d1d90b453466bd74bd789464cb566decbaad6;p=thirdparty%2Frspamd.git [Minor] Start 1.7.2 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 7e1502816c..1d36890853 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,7 +12,7 @@ ENABLE_LANGUAGE(ASM) SET(RSPAMD_VERSION_MAJOR 1) SET(RSPAMD_VERSION_MINOR 7) -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)