From: Vsevolod Stakhov Date: Mon, 1 Dec 2025 15:22:51 +0000 (+0000) Subject: [Minor] Update version to 3.14.2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2a4b950696bd802711a7901ed21290bde6a2759f;p=thirdparty%2Frspamd.git [Minor] Update version to 3.14.2 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 1da468a74b..6949d4e150 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 1) +set(RSPAMD_VERSION_PATCH 2) # Keep two digits all the time set(RSPAMD_VERSION_MAJOR_NUM ${RSPAMD_VERSION_MAJOR}0)