From: Vsevolod Stakhov Date: Thu, 18 Sep 2025 08:59:52 +0000 (+0100) Subject: [Minor] Update version of rspamd to 3.13.1 X-Git-Tag: 3.13.1~20 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1831a717623414fc3ccd0d1a9e3eb291e406e6d4;p=thirdparty%2Frspamd.git [Minor] Update version of rspamd to 3.13.1 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index c8e9ffea9f..2336f136be 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 0) +set(RSPAMD_VERSION_PATCH 1) # Keep two digits all the time set(RSPAMD_VERSION_MAJOR_NUM ${RSPAMD_VERSION_MAJOR}0)