aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2015-09-23 17:39:57 +0100
committerVsevolod Stakhov <vsevolod@highsecure.ru>2015-09-23 17:39:57 +0100
commit9f433cc70a7812af66cc2092ef65907e6c6f0341 (patch)
treeebe2aee59799398192be4a0d6d0300226411b903 /CMakeLists.txt
parentac8c91c01b57399284c570acb836432523f9fdb8 (diff)
downloadrspamd-9f433cc70a7812af66cc2092ef65907e6c6f0341.tar.gz
rspamd-9f433cc70a7812af66cc2092ef65907e6c6f0341.zip
Update version to 1.0.3
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 618de9056..e7a143b36 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 2)
+SET(RSPAMD_VERSION_PATCH 3)
SET(RSPAMD_VERSION "${RSPAMD_VERSION_MAJOR}.${RSPAMD_VERSION_MINOR}.${RSPAMD_VERSION_PATCH}")
SET(RSPAMD_MASTER_SITE_URL "https://rspamd.com")