summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2013-05-23 20:43:25 +0100
committerVsevolod Stakhov <vsevolod@highsecure.ru>2013-05-23 20:43:25 +0100
commit08466d29088eff168eb153bef4aad59f02312a21 (patch)
treedd6f32d87f25f371e135a630a7060071e6189737 /CMakeLists.txt
parent9347b6450db4e7bc29a36fe84c72a1835d0f6cb6 (diff)
downloadrspamd-08466d29088eff168eb153bef4aad59f02312a21.tar.gz
rspamd-08466d29088eff168eb153bef4aad59f02312a21.zip
Mark as 0.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 c27884fd4..16bc8c1c1 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -10,7 +10,7 @@ PROJECT(rspamd C)
SET(RSPAMD_VERSION_MAJOR 0)
SET(RSPAMD_VERSION_MINOR 5)
-SET(RSPAMD_VERSION_PATCH 4)
+SET(RSPAMD_VERSION_PATCH 5)
SET(RSPAMD_VERSION "${RSPAMD_VERSION_MAJOR}.${RSPAMD_VERSION_MINOR}.${RSPAMD_VERSION_PATCH}")