]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
[Minor] Update version
authorVsevolod Stakhov <vsevolod@rspamd.com>
Mon, 9 Jun 2025 15:00:26 +0000 (16:00 +0100)
committerVsevolod Stakhov <vsevolod@rspamd.com>
Mon, 9 Jun 2025 15:00:44 +0000 (16:00 +0100)
CMakeLists.txt

index 1d48a2096c0b53ac46eca8cabb6315c7fef228f5..c847f0158637429e8c005a11f1e00ae6c2d6b3e3 100644 (file)
@@ -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)