]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Update version to 3.3
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Sat, 26 Mar 2022 12:24:18 +0000 (12:24 +0000)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Sat, 26 Mar 2022 12:24:18 +0000 (12:24 +0000)
CMakeLists.txt

index 096c2e79e8ca31a18b6522e07c4e8b6e1ad09a8a..cff0bc2316a447b1e86237a59338832b262c8de6 100644 (file)
@@ -8,7 +8,7 @@
 CMAKE_MINIMUM_REQUIRED(VERSION 3.12 FATAL_ERROR)
 
 SET(RSPAMD_VERSION_MAJOR 3)
-SET(RSPAMD_VERSION_MINOR 2)
+SET(RSPAMD_VERSION_MINOR 3)
 
 # Keep two digits all the time
 SET(RSPAMD_VERSION_MAJOR_NUM ${RSPAMD_VERSION_MAJOR}0)