From: Vsevolod Stakhov Date: Tue, 17 Jun 2025 09:33:03 +0000 (+0100) Subject: [Minor] Update version X-Git-Tag: 3.13.0~58 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1612c2d879fff08ccff5b7455cd6254e6c5dffdd;p=thirdparty%2Frspamd.git [Minor] Update version --- diff --git a/CMakeLists.txt b/CMakeLists.txt index c847f01586..116d68888e 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 1) +set(RSPAMD_VERSION_PATCH 2) # Keep two digits all the time set(RSPAMD_VERSION_MAJOR_NUM ${RSPAMD_VERSION_MAJOR}0)