]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
[Minor] Update version to 4.1.2 master
authorVsevolod Stakhov <vsevolod@rspamd.com>
Fri, 19 Jun 2026 14:58:25 +0000 (15:58 +0100)
committerVsevolod Stakhov <vsevolod@rspamd.com>
Fri, 19 Jun 2026 14:58:25 +0000 (15:58 +0100)
CMakeLists.txt

index b97b5c61a0783c6fa746abce2f414089cd8add1f..ccf8942d340487524864a1927566542c31e4c2a1 100644 (file)
@@ -10,7 +10,7 @@ cmake_minimum_required(VERSION 3.15 FATAL_ERROR)
 # Define version variables
 set(RSPAMD_VERSION_MAJOR 4)
 set(RSPAMD_VERSION_MINOR 1)
 # Define version variables
 set(RSPAMD_VERSION_MAJOR 4)
 set(RSPAMD_VERSION_MINOR 1)
-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)
 
 # Keep two digits all the time
 set(RSPAMD_VERSION_MAJOR_NUM ${RSPAMD_VERSION_MAJOR}0)