]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
[Minor] Update version to 3.14.2
authorVsevolod Stakhov <vsevolod@rspamd.com>
Mon, 1 Dec 2025 15:22:51 +0000 (15:22 +0000)
committerVsevolod Stakhov <vsevolod@rspamd.com>
Mon, 1 Dec 2025 15:23:02 +0000 (15:23 +0000)
CMakeLists.txt

index 1da468a74b9b3cb0a3dd46073f050303d0df8e9c..6949d4e1509156cc52c22c21ddd6046250277df5 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 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)