]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
[Minor] Update version to 2.3
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Tue, 19 Nov 2019 17:39:20 +0000 (17:39 +0000)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Tue, 19 Nov 2019 17:39:20 +0000 (17:39 +0000)
CMakeLists.txt

index 39a177310297ef81d1a42216fef0c231bb711d41..841ac0a5dbe593ac8dbbe79001f8b7726052e29a 100644 (file)
@@ -8,7 +8,7 @@
 CMAKE_MINIMUM_REQUIRED(VERSION 3.9 FATAL_ERROR)
 
 SET(RSPAMD_VERSION_MAJOR 2)
-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)