summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2017-03-28 16:45:01 +0100
committerVsevolod Stakhov <vsevolod@highsecure.ru>2017-03-28 16:45:01 +0100
commit6b2213975f895fe6f6f604bd1b1dd0dcf6b69fe2 (patch)
treeb219f0bec0c7b0008c23841e7d02dbbf7b0d8dab /CMakeLists.txt
parent0839f87a25bb00e59349f45393b536ecea223a3d (diff)
downloadrspamd-6b2213975f895fe6f6f604bd1b1dd0dcf6b69fe2.tar.gz
rspamd-6b2213975f895fe6f6f604bd1b1dd0dcf6b69fe2.zip
[Minor] Update version to 1.5.5
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 a9ddd3da2..7e4a02586 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 4)
+SET(RSPAMD_VERSION_PATCH 5)
# Keep two digits all the time
SET(RSPAMD_VERSION_MAJOR_NUM ${RSPAMD_VERSION_MAJOR}0)