aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2022-03-26 12:24:18 +0000
committerVsevolod Stakhov <vsevolod@highsecure.ru>2022-03-26 12:24:18 +0000
commit466de60fc320c8f54fd34871097a8d81df520c2d (patch)
tree6928d1e0caec762ed14cd531a457ef5c934791b2 /CMakeLists.txt
parentc1b767c23463735b645725419adbf7ef60c7e948 (diff)
downloadrspamd-466de60fc320c8f54fd34871097a8d81df520c2d.tar.gz
rspamd-466de60fc320c8f54fd34871097a8d81df520c2d.zip
[Minor] Update version to 3.3
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 096c2e79e..cff0bc231 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -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)