]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
[Minor] Update version to 3.8 as we have too many new features
authorVsevolod Stakhov <vsevolod@rspamd.com>
Sat, 4 Nov 2023 12:28:23 +0000 (12:28 +0000)
committerVsevolod Stakhov <vsevolod@rspamd.com>
Sat, 4 Nov 2023 12:28:23 +0000 (12:28 +0000)
CMakeLists.txt

index 9574805a5814d82c2e68f7fc543618af94d0f32b..3b8465903ba192cd677ff03ae26294674c36f258 100644 (file)
@@ -8,8 +8,8 @@
 CMAKE_MINIMUM_REQUIRED(VERSION 3.12 FATAL_ERROR)
 
 SET(RSPAMD_VERSION_MAJOR 3)
-SET(RSPAMD_VERSION_MINOR 7)
-SET(RSPAMD_VERSION_PATCH 4)
+SET(RSPAMD_VERSION_MINOR 8)
+SET(RSPAMD_VERSION_PATCH 0)
 
 # Keep two digits all the time
 SET(RSPAMD_VERSION_MAJOR_NUM ${RSPAMD_VERSION_MAJOR}0)