From 20f659e1301f23e2934a864da49520eafd97ed62 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Thu, 11 Dec 2025 11:44:26 +0000 Subject: [PATCH] [Minor] Update version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.47.3