From: Vsevolod Stakhov Date: Thu, 3 Aug 2023 13:56:53 +0000 (+0100) Subject: [Minor] Update version to 3.7 X-Git-Tag: 3.7.1~103 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cabae15eabce5cd4c2cbbddaf3d4088543d91b9c;p=thirdparty%2Frspamd.git [Minor] Update version to 3.7 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index bea0af828e..5402c48066 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,7 @@ CMAKE_MINIMUM_REQUIRED(VERSION 3.12 FATAL_ERROR) SET(RSPAMD_VERSION_MAJOR 3) -SET(RSPAMD_VERSION_MINOR 6) +SET(RSPAMD_VERSION_MINOR 7) # Keep two digits all the time SET(RSPAMD_VERSION_MAJOR_NUM ${RSPAMD_VERSION_MAJOR}0)