aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@rspamd.com>2023-11-04 12:28:23 +0000
committerVsevolod Stakhov <vsevolod@rspamd.com>2023-11-04 12:28:23 +0000
commit85a2fc689c40439e86a58cb74ab75301ae9f7881 (patch)
tree8134fcccf304cc3092e322adbbaf5501d70d4572 /CMakeLists.txt
parent20bc342078a99032657af1ab4204af07434be534 (diff)
downloadrspamd-85a2fc689c40439e86a58cb74ab75301ae9f7881.tar.gz
rspamd-85a2fc689c40439e86a58cb74ab75301ae9f7881.zip
[Minor] Update version to 3.8 as we have too many new features
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 9574805a5..3b8465903 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -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)