]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
[Minor] Update version
authorVsevolod Stakhov <vsevolod@rspamd.com>
Mon, 16 Dec 2024 14:03:56 +0000 (14:03 +0000)
committerVsevolod Stakhov <vsevolod@rspamd.com>
Mon, 16 Dec 2024 14:04:15 +0000 (14:04 +0000)
CMakeLists.txt

index 428624ce206c8745b46f05032c4a450125d7e15e..ed099e6303eeaa18e35b93a4287f2dd799f02454 100644 (file)
@@ -9,7 +9,7 @@ CMAKE_MINIMUM_REQUIRED(VERSION 3.15 FATAL_ERROR)
 
 SET(RSPAMD_VERSION_MAJOR 3)
 SET(RSPAMD_VERSION_MINOR 11)
-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)