From 1c62835cb27ac46ca3ea1f698d5a9c602fe45241 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Mon, 9 Jun 2025 16:00:26 +0100 Subject: [PATCH] [Minor] Update version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1d48a2096c..c847f01586 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 0) +set(RSPAMD_VERSION_PATCH 1) # Keep two digits all the time set(RSPAMD_VERSION_MAJOR_NUM ${RSPAMD_VERSION_MAJOR}0) -- 2.47.3