summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2015-10-14 17:03:23 +0100
committerVsevolod Stakhov <vsevolod@highsecure.ru>2015-10-14 17:03:23 +0100
commit4537114d00c7245145b3736691cd86380df4ce77 (patch)
tree2e7b7dd5423d686a640e4d684fa90d158717f1e6 /CMakeLists.txt
parentd18deb48b84ed43133299bae2a334f6630065f45 (diff)
downloadrspamd-4537114d00c7245145b3736691cd86380df4ce77.tar.gz
rspamd-4537114d00c7245145b3736691cd86380df4ce77.zip
Update version to 1.0.6
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 edcfade07..c21c9a8b8 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -12,7 +12,7 @@ ENABLE_LANGUAGE(ASM)
SET(RSPAMD_VERSION_MAJOR 1)
SET(RSPAMD_VERSION_MINOR 0)
-SET(RSPAMD_VERSION_PATCH 5)
+SET(RSPAMD_VERSION_PATCH 6)
SET(RSPAMD_VERSION "${RSPAMD_VERSION_MAJOR}.${RSPAMD_VERSION_MINOR}.${RSPAMD_VERSION_PATCH}")
SET(RSPAMD_MASTER_SITE_URL "https://rspamd.com")