diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2017-03-07 18:52:07 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2017-03-07 18:52:07 +0000 |
commit | 125c716113b6d5cc09f8f4c0bd5d19258b34ba9e (patch) | |
tree | 30e2bcf9c820d0a7bb162bb245b309bb65ae65b8 /CMakeLists.txt | |
parent | 898c9c7b5f0e7f4d10e9ad2aabbd0b557c748fa3 (diff) | |
download | rspamd-125c716113b6d5cc09f8f4c0bd5d19258b34ba9e.tar.gz rspamd-125c716113b6d5cc09f8f4c0bd5d19258b34ba9e.zip |
[Minor] Update version to 1.5.3
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 cefbd433a..370c1589f 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 2) +SET(RSPAMD_VERSION_PATCH 3) # Keep two digits all the time SET(RSPAMD_VERSION_MAJOR_NUM ${RSPAMD_VERSION_MAJOR}0) |