From: Vsevolod Stakhov Date: Tue, 30 Sep 2025 10:30:09 +0000 (+0100) Subject: [Minor] Update version of rspamd to 3.13.2 X-Git-Tag: 3.13.2~12 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e6a2431dca7d7291e86da836e4ad39d86ae74a63;p=thirdparty%2Frspamd.git [Minor] Update version of rspamd to 3.13.2 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 2336f136be..283799e425 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 13) -set(RSPAMD_VERSION_PATCH 1) +set(RSPAMD_VERSION_PATCH 2) # Keep two digits all the time set(RSPAMD_VERSION_MAJOR_NUM ${RSPAMD_VERSION_MAJOR}0)