aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2017-06-13 06:38:36 +0100
committerVsevolod Stakhov <vsevolod@highsecure.ru>2017-06-13 06:38:36 +0100
commit22e271f82c0709dabc40b50f89f07127af76e808 (patch)
treecd2394f9a4a22a4e553677a19edf6cef30eae1ea /CMakeLists.txt
parent9c0fd5e439786c22f642d17ef6b41677de6c7064 (diff)
downloadrspamd-22e271f82c0709dabc40b50f89f07127af76e808.tar.gz
rspamd-22e271f82c0709dabc40b50f89f07127af76e808.zip
[Minor] Update version to 1.6.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 26f16a8a5..dbdd1b545 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -12,7 +12,7 @@ ENABLE_LANGUAGE(ASM)
SET(RSPAMD_VERSION_MAJOR 1)
SET(RSPAMD_VERSION_MINOR 6)
-SET(RSPAMD_VERSION_PATCH 0)
+SET(RSPAMD_VERSION_PATCH 1)
# Keep two digits all the time
SET(RSPAMD_VERSION_MAJOR_NUM ${RSPAMD_VERSION_MAJOR}0)