aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2015-09-18 14:40:20 +0100
committerVsevolod Stakhov <vsevolod@highsecure.ru>2015-09-18 14:40:20 +0100
commit35f8137b1d18ea516968f4f9598763c46b5c2790 (patch)
tree017898019c65c61f9de237507314cd4d05a0bfd2 /CMakeLists.txt
parent9d68c6ccf36fdcb4c02d20300a4770d5c47d9538 (diff)
downloadrspamd-35f8137b1d18ea516968f4f9598763c46b5c2790.tar.gz
rspamd-35f8137b1d18ea516968f4f9598763c46b5c2790.zip
Update version to 1.0.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 d0359a581..afa26cf33 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 0)
+SET(RSPAMD_VERSION_PATCH 1)
SET(RSPAMD_VERSION "${RSPAMD_VERSION_MAJOR}.${RSPAMD_VERSION_MINOR}.${RSPAMD_VERSION_PATCH}")
SET(RSPAMD_MASTER_SITE_URL "https://rspamd.com")