aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2015-09-22 17:24:41 +0100
committerVsevolod Stakhov <vsevolod@highsecure.ru>2015-09-22 17:24:41 +0100
commit174f338b5d69e9885affb1d02e97ca3ba3b35224 (patch)
treeae3171fe17bfbcd96b0c7ad3bd4818840f9ace9e /CMakeLists.txt
parent1fb5069a2a0f45cfd07734717ce7e89421fead48 (diff)
downloadrspamd-174f338b5d69e9885affb1d02e97ca3ba3b35224.tar.gz
rspamd-174f338b5d69e9885affb1d02e97ca3ba3b35224.zip
Update version number to 1.0.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 afa26cf33..618de9056 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 1)
+SET(RSPAMD_VERSION_PATCH 2)
SET(RSPAMD_VERSION "${RSPAMD_VERSION_MAJOR}.${RSPAMD_VERSION_MINOR}.${RSPAMD_VERSION_PATCH}")
SET(RSPAMD_MASTER_SITE_URL "https://rspamd.com")