From: Vsevolod Stakhov Date: Wed, 17 Sep 2025 07:20:45 +0000 (+0100) Subject: Bump Rspamd version to 3.13.0 X-Git-Tag: 3.13.0~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=97a4e232a909ed2a650934ee3be2deca8e1d2a98;p=thirdparty%2Frspamd.git Bump Rspamd version to 3.13.0 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 116d68888e..c8e9ffea9f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,8 +9,8 @@ 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 2) +set(RSPAMD_VERSION_MINOR 13) +set(RSPAMD_VERSION_PATCH 0) # Keep two digits all the time set(RSPAMD_VERSION_MAJOR_NUM ${RSPAMD_VERSION_MAJOR}0)