From: Vsevolod Stakhov Date: Thu, 11 Dec 2025 11:44:26 +0000 (+0000) Subject: [Minor] Update version X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=20f659e1301f23e2934a864da49520eafd97ed62;p=thirdparty%2Frspamd.git [Minor] Update version --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 6949d4e150..82fb790b4a 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 14) -set(RSPAMD_VERSION_PATCH 2) +set(RSPAMD_VERSION_PATCH 3) # Keep two digits all the time set(RSPAMD_VERSION_MAJOR_NUM ${RSPAMD_VERSION_MAJOR}0)