diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2017-04-10 11:16:32 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2017-04-10 11:16:32 +0100 |
commit | 2678c5732684718236a42203e50b4d4ae391c637 (patch) | |
tree | 929fb8ff94b37c25717afe3f4db4f707aa25d6fd /CMakeLists.txt | |
parent | 939ab1342eb7c57aeb374c95f6e8e4ecba1c08d1 (diff) | |
download | rspamd-2678c5732684718236a42203e50b4d4ae391c637.tar.gz rspamd-2678c5732684718236a42203e50b4d4ae391c637.zip |
[Minor] Update version to 1.5.6
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 831c8293b..550442ed2 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 5) +SET(RSPAMD_VERSION_PATCH 6) # Keep two digits all the time SET(RSPAMD_VERSION_MAJOR_NUM ${RSPAMD_VERSION_MAJOR}0) |