From: Vsevolod Stakhov Date: Mon, 9 Jun 2025 15:00:26 +0000 (+0100) Subject: [Minor] Update version X-Git-Tag: 3.12.1~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c62835cb27ac46ca3ea1f698d5a9c602fe45241;p=thirdparty%2Frspamd.git [Minor] Update version --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 1d48a2096c..c847f01586 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,7 +10,7 @@ cmake_minimum_required(VERSION 3.15 FATAL_ERROR) # Define version variables set(RSPAMD_VERSION_MAJOR 3) set(RSPAMD_VERSION_MINOR 12) -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)