]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
[Minor] Update version to 4.1.1 master
authorVsevolod Stakhov <vsevolod@rspamd.com>
Fri, 5 Jun 2026 10:37:50 +0000 (11:37 +0100)
committerVsevolod Stakhov <vsevolod@rspamd.com>
Fri, 5 Jun 2026 10:38:10 +0000 (11:38 +0100)
CMakeLists.txt

index fa36041e9d88908ed126a938296aad4a004bf1c9..b97b5c61a0783c6fa746abce2f414089cd8add1f 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)
-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)