diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2018-05-01 16:55:20 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2018-05-02 19:05:14 +0100 |
commit | 160d5d42d352563b0172401b913211003d85ff7d (patch) | |
tree | 712f3e17b10ed44bc539f61563dd964cb88bae5e | |
parent | 13692229b29f856001700a5fbfe48112ed72e1fe (diff) | |
download | rspamd-160d5d42d352563b0172401b913211003d85ff7d.tar.gz rspamd-160d5d42d352563b0172401b913211003d85ff7d.zip |
[Minor] Update version to 1.7.5
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 7ef5e1bc4..11eeabf73 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,7 +12,7 @@ ENABLE_LANGUAGE(ASM) SET(RSPAMD_VERSION_MAJOR 1) SET(RSPAMD_VERSION_MINOR 7) -SET(RSPAMD_VERSION_PATCH 4) +SET(RSPAMD_VERSION_PATCH 5) # Keep two digits all the time SET(RSPAMD_VERSION_MAJOR_NUM ${RSPAMD_VERSION_MAJOR}0) |