aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2017-03-02 13:05:10 +0000
committerVsevolod Stakhov <vsevolod@highsecure.ru>2017-03-02 13:05:10 +0000
commit29a93a839ab7c63245b0ca180427daf030c220a6 (patch)
treee9253c13af73e32db0e6e60a0546ec48fbf44c82
parent60b00abebe79e87ba1ecc0cd3cac26e5a3baf7f1 (diff)
downloadrspamd-29a93a839ab7c63245b0ca180427daf030c220a6.tar.gz
rspamd-29a93a839ab7c63245b0ca180427daf030c220a6.zip
[Minor] Update version number
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index cb023af44..a3b767f3a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -12,7 +12,7 @@ ENABLE_LANGUAGE(ASM)
SET(RSPAMD_VERSION_MAJOR 1)
SET(RSPAMD_VERSION_MINOR 5)
-SET(RSPAMD_VERSION_PATCH 0)
+SET(RSPAMD_VERSION_PATCH 1)
# Keep two digits all the time
SET(RSPAMD_VERSION_MAJOR_NUM ${RSPAMD_VERSION_MAJOR}0)