diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2020-04-01 14:58:52 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2020-04-01 14:58:52 +0100 |
commit | 76a1fb06de1fca871ed223eb4306daa7ee7cfb1c (patch) | |
tree | ae4c353457d32cec867ad6950b6da7d30c299aa6 /CMakeLists.txt | |
parent | 61cbcd0483d271f71632e700f52fd8a19351109b (diff) | |
download | rspamd-76a1fb06de1fca871ed223eb4306daa7ee7cfb1c.tar.gz rspamd-76a1fb06de1fca871ed223eb4306daa7ee7cfb1c.zip |
[Minor] Update version to 2.6
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 bbc141170..478aee46b 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 5) +SET(RSPAMD_VERSION_MINOR 6) # Keep two digits all the time SET(RSPAMD_VERSION_MAJOR_NUM ${RSPAMD_VERSION_MAJOR}0) |