diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2014-11-13 22:22:41 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2014-11-13 22:22:41 +0000 |
commit | cbb4039324424e9430f5a5f25c8b533f61ed2c3b (patch) | |
tree | 7f87e746be888b5414c3bb47f69c2268aad9aea4 /CMakeLists.txt | |
parent | a417ea08b658963a7d161e00355678fa5236bf1d (diff) | |
download | rspamd-cbb4039324424e9430f5a5f25c8b533f61ed2c3b.tar.gz rspamd-cbb4039324424e9430f5a5f25c8b533f61ed2c3b.zip |
Update version to 0.7.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 6c5bc8aee..c07c0e3a8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,7 +10,7 @@ PROJECT(rspamd C) SET(RSPAMD_VERSION_MAJOR 0) SET(RSPAMD_VERSION_MINOR 7) -SET(RSPAMD_VERSION_PATCH 4) +SET(RSPAMD_VERSION_PATCH 5) SET(RSPAMD_VERSION "${RSPAMD_VERSION_MAJOR}.${RSPAMD_VERSION_MINOR}.${RSPAMD_VERSION_PATCH}") SET(RSPAMD_MASTER_SITE_URL "https://rspamd.com") |