diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2017-07-08 09:52:41 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2017-07-08 09:52:41 +0100 |
commit | e3cb18e28651c3f40b85e69198d81c2c2757df8d (patch) | |
tree | e2e73761cbcd8922df1d82e9ef7bf5ca3232b215 /CMakeLists.txt | |
parent | e5cefe177e6ab388c5dd12f507786c6c10fbb73c (diff) | |
download | rspamd-e3cb18e28651c3f40b85e69198d81c2c2757df8d.tar.gz rspamd-e3cb18e28651c3f40b85e69198d81c2c2757df8d.zip |
[Minor] Update version to 1.7.0
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index a3c235d13..091439be3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,8 +11,8 @@ PROJECT(rspamd C) ENABLE_LANGUAGE(ASM) SET(RSPAMD_VERSION_MAJOR 1) -SET(RSPAMD_VERSION_MINOR 6) -SET(RSPAMD_VERSION_PATCH 2) +SET(RSPAMD_VERSION_MINOR 7) +SET(RSPAMD_VERSION_PATCH 0) # Keep two digits all the time SET(RSPAMD_VERSION_MAJOR_NUM ${RSPAMD_VERSION_MAJOR}0) |