]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
[Minor] Update version to 2.2
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Mon, 28 Oct 2019 15:47:56 +0000 (15:47 +0000)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Mon, 28 Oct 2019 15:47:56 +0000 (15:47 +0000)
CMakeLists.txt

index e0b6f15fdbd6176c3858e17a637b5581c03275ab..2c897e4010ff93513d75c2eb6c9a49fa66baf8fb 100644 (file)
@@ -8,7 +8,7 @@
 CMAKE_MINIMUM_REQUIRED(VERSION 3.9 FATAL_ERROR)
 
 SET(RSPAMD_VERSION_MAJOR 2)
-SET(RSPAMD_VERSION_MINOR 1)
+SET(RSPAMD_VERSION_MINOR 2)
 
 # Keep two digits all the time
 SET(RSPAMD_VERSION_MAJOR_NUM ${RSPAMD_VERSION_MAJOR}0)