aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2021-08-20 18:52:24 +0100
committerVsevolod Stakhov <vsevolod@highsecure.ru>2021-08-20 18:52:36 +0100
commitebb10e3c0dba4c21f71f76b370898023f1b22e98 (patch)
tree8b23abc6e9030098024a9d85cb547b11f3967746
parent21a214f3dada7e206b8c494eb64c146d411d0f47 (diff)
downloadrspamd-ebb10e3c0dba4c21f71f76b370898023f1b22e98.tar.gz
rspamd-ebb10e3c0dba4c21f71f76b370898023f1b22e98.zip
[Minor] Update version to 3.1
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index f2360c89f..2c38758f3 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 0)
+SET(RSPAMD_VERSION_MINOR 1)
# Keep two digits all the time
SET(RSPAMD_VERSION_MAJOR_NUM ${RSPAMD_VERSION_MAJOR}0)