diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2013-05-23 20:43:25 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2013-05-23 20:43:25 +0100 |
commit | 08466d29088eff168eb153bef4aad59f02312a21 (patch) | |
tree | dd6f32d87f25f371e135a630a7060071e6189737 /CMakeLists.txt | |
parent | 9347b6450db4e7bc29a36fe84c72a1835d0f6cb6 (diff) | |
download | rspamd-08466d29088eff168eb153bef4aad59f02312a21.tar.gz rspamd-08466d29088eff168eb153bef4aad59f02312a21.zip |
Mark as 0.5.5.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
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}") |