aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2015-10-05 17:20:23 +0100
committerVsevolod Stakhov <vsevolod@highsecure.ru>2015-10-05 17:20:23 +0100
commit18a45837c555962fc16e21da6755707e48518893 (patch)
tree4215f3817a177a48ac63d3198791c176b68a2ebf /CMakeLists.txt
parentf4fd1c8a37b5c38a35c4c241f97990a42b71b4fe (diff)
downloadrspamd-18a45837c555962fc16e21da6755707e48518893.tar.gz
rspamd-18a45837c555962fc16e21da6755707e48518893.zip
Update version.
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 448a09b0a..72b3e05de 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 4)
+SET(RSPAMD_VERSION_PATCH 5)
SET(RSPAMD_VERSION "${RSPAMD_VERSION_MAJOR}.${RSPAMD_VERSION_MINOR}.${RSPAMD_VERSION_PATCH}")
SET(RSPAMD_MASTER_SITE_URL "https://rspamd.com")