From: Vsevolod Stakhov Date: Wed, 16 Oct 2024 10:32:58 +0000 (+0100) Subject: [Minor] Version 3.10.1 X-Git-Tag: 3.10.1~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e229e8b66274e567d79b2de7672a672b1e5284b1;p=thirdparty%2Frspamd.git [Minor] Version 3.10.1 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 6daced05a2..df1557917f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,8 +8,8 @@ CMAKE_MINIMUM_REQUIRED(VERSION 3.12 FATAL_ERROR) SET(RSPAMD_VERSION_MAJOR 3) -SET(RSPAMD_VERSION_MINOR 11) -SET(RSPAMD_VERSION_PATCH 0) +SET(RSPAMD_VERSION_MINOR 10) +SET(RSPAMD_VERSION_PATCH 1) # Keep two digits all the time SET(RSPAMD_VERSION_MAJOR_NUM ${RSPAMD_VERSION_MAJOR}0)