aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2017-03-17 13:58:56 +0000
committerVsevolod Stakhov <vsevolod@highsecure.ru>2017-03-17 13:58:56 +0000
commite6807e55299387221597eb8ad12f0834576c12ed (patch)
treedd50f3fa0d6df67ee84cb61287bc6ab65ef9f3be /CMakeLists.txt
parentca1a968cf5df2635076879ead7a50b2103187b7e (diff)
downloadrspamd-e6807e55299387221597eb8ad12f0834576c12ed.tar.gz
rspamd-e6807e55299387221597eb8ad12f0834576c12ed.zip
[Minor] Update version to 1.5.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 370c1589f..a9ddd3da2 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 3)
+SET(RSPAMD_VERSION_PATCH 4)
# Keep two digits all the time
SET(RSPAMD_VERSION_MAJOR_NUM ${RSPAMD_VERSION_MAJOR}0)