summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2017-06-14 15:48:57 +0100
committerVsevolod Stakhov <vsevolod@highsecure.ru>2017-06-14 15:48:57 +0100
commit7c7256d940fc78d4defe83c1a1e79ad766f2b4c9 (patch)
tree7a91af194f217462181555044e47f9c1fedd029e /CMakeLists.txt
parent8895fc6fab3a3c88f38afa663593369255b43a7e (diff)
downloadrspamd-7c7256d940fc78d4defe83c1a1e79ad766f2b4c9.tar.gz
rspamd-7c7256d940fc78d4defe83c1a1e79ad766f2b4c9.zip
[Minor] Update version to 1.6.2
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 dbdd1b545..a3c235d13 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 1)
+SET(RSPAMD_VERSION_PATCH 2)
# Keep two digits all the time
SET(RSPAMD_VERSION_MAJOR_NUM ${RSPAMD_VERSION_MAJOR}0)