From: Vsevolod Stakhov Date: Mon, 16 Dec 2024 14:03:56 +0000 (+0000) Subject: [Minor] Update version X-Git-Tag: 3.11.1~65 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=db53b98ad48d974cd24ce3eca3f243d15e2cc584;p=thirdparty%2Frspamd.git [Minor] Update version --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 428624ce20..ed099e6303 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ CMAKE_MINIMUM_REQUIRED(VERSION 3.15 FATAL_ERROR) SET(RSPAMD_VERSION_MAJOR 3) SET(RSPAMD_VERSION_MINOR 11) -SET(RSPAMD_VERSION_PATCH 0) +SET(RSPAMD_VERSION_PATCH 1) # Keep two digits all the time SET(RSPAMD_VERSION_MAJOR_NUM ${RSPAMD_VERSION_MAJOR}0)