aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2015-09-28 18:23:34 +0100
committerVsevolod Stakhov <vsevolod@highsecure.ru>2015-09-28 18:23:34 +0100
commit5fe7a9e322f0a49ce22b8e6df4b4b0d70b926d7b (patch)
treeb1788ba64b854c19c8c6fa6d45ee5279b8e138bf /CMakeLists.txt
parentc51fcb413710eab66767f0ba6c65158ae3087ed6 (diff)
downloadrspamd-5fe7a9e322f0a49ce22b8e6df4b4b0d70b926d7b.tar.gz
rspamd-5fe7a9e322f0a49ce22b8e6df4b4b0d70b926d7b.zip
Update version to 1.0.4
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 6248a85b2..efe671b64 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 3)
+SET(RSPAMD_VERSION_PATCH 4)
SET(RSPAMD_VERSION "${RSPAMD_VERSION_MAJOR}.${RSPAMD_VERSION_MINOR}.${RSPAMD_VERSION_PATCH}")
SET(RSPAMD_MASTER_SITE_URL "https://rspamd.com")