From 4afd448fc8207c715d0d8f816a61d56b2c1d07d6 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Mon, 10 Nov 2025 11:19:52 +0000 Subject: [PATCH] [Minor] Set proper version --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e53dc853b9..8838b0515b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,8 +9,8 @@ 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 3) +set(RSPAMD_VERSION_MINOR 14) +set(RSPAMD_VERSION_PATCH 0) # Keep two digits all the time set(RSPAMD_VERSION_MAJOR_NUM ${RSPAMD_VERSION_MAJOR}0) -- 2.47.3