summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2019-10-11 17:57:23 +0100
committerVsevolod Stakhov <vsevolod@highsecure.ru>2019-10-11 17:57:23 +0100
commit08ffbddaa8671a83ccaa08bd4a4d25b1342066d9 (patch)
tree3ed9f84c79ce26633027f00ec36da0685d6c2dfb /CMakeLists.txt
parent8d31adb5cb9f6d908c345fb08a04826526589f91 (diff)
downloadrspamd-08ffbddaa8671a83ccaa08bd4a4d25b1342066d9.tar.gz
rspamd-08ffbddaa8671a83ccaa08bd4a4d25b1342066d9.zip
[Minor] Update version to 2.1
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 952214391..3416702c8 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -8,7 +8,7 @@
CMAKE_MINIMUM_REQUIRED(VERSION 3.1 FATAL_ERROR)
SET(RSPAMD_VERSION_MAJOR 2)
-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)