diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2017-03-17 13:58:56 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2017-03-17 13:58:56 +0000 |
commit | e6807e55299387221597eb8ad12f0834576c12ed (patch) | |
tree | dd50f3fa0d6df67ee84cb61287bc6ab65ef9f3be /CMakeLists.txt | |
parent | ca1a968cf5df2635076879ead7a50b2103187b7e (diff) | |
download | rspamd-e6807e55299387221597eb8ad12f0834576c12ed.tar.gz rspamd-e6807e55299387221597eb8ad12f0834576c12ed.zip |
[Minor] Update version to 1.5.4
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 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) |