diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2019-10-28 15:47:56 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2019-10-28 15:47:56 +0000 |
commit | 3acc923829f797d4a960656f31266ab546e83602 (patch) | |
tree | a072dc5315a007a7153200bf0e693df0d5cf72c9 /CMakeLists.txt | |
parent | 601e28d2ea437037fef544b7bc1bf73b3e0aa7d4 (diff) | |
download | rspamd-3acc923829f797d4a960656f31266ab546e83602.tar.gz rspamd-3acc923829f797d4a960656f31266ab546e83602.zip |
[Minor] Update version to 2.2
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index e0b6f15fd..2c897e401 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,7 @@ CMAKE_MINIMUM_REQUIRED(VERSION 3.9 FATAL_ERROR) SET(RSPAMD_VERSION_MAJOR 2) -SET(RSPAMD_VERSION_MINOR 1) +SET(RSPAMD_VERSION_MINOR 2) # Keep two digits all the time SET(RSPAMD_VERSION_MAJOR_NUM ${RSPAMD_VERSION_MAJOR}0) |