aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2020-09-30 20:29:25 +0100
committerVsevolod Stakhov <vsevolod@highsecure.ru>2020-09-30 20:29:25 +0100
commitae709edc11e19f1fa834782c023b0dd2cd552797 (patch)
treea787afba4d4556406759e7e5e14e8cfaa97256c1 /CMakeLists.txt
parenteec4438705135c8507a5d039126357e816eb89a9 (diff)
downloadrspamd-ae709edc11e19f1fa834782c023b0dd2cd552797.tar.gz
rspamd-ae709edc11e19f1fa834782c023b0dd2cd552797.zip
[Minor] Update version to 2.7
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 b794b9dbd..92a458cdf 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 6)
+SET(RSPAMD_VERSION_MINOR 7)
# Keep two digits all the time
SET(RSPAMD_VERSION_MAJOR_NUM ${RSPAMD_VERSION_MAJOR}0)