diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2018-08-01 15:22:16 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2018-08-01 15:22:16 +0100 |
commit | 6bf95e77a1d61ecd7b3fd92543b74b067bc679d1 (patch) | |
tree | 33685ea43a726bfb44117d255b0b52a0cd7aee28 /CMakeLists.txt | |
parent | f63ec0e39bf7268065591fff49f6f810ed5c9cf2 (diff) | |
download | rspamd-6bf95e77a1d61ecd7b3fd92543b74b067bc679d1.tar.gz rspamd-6bf95e77a1d61ecd7b3fd92543b74b067bc679d1.zip |
[Minor] Switch version to 1.8.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 3d43120c8..80aad7f69 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 7) -SET(RSPAMD_VERSION_PATCH 9) +SET(RSPAMD_VERSION_MINOR 8) +SET(RSPAMD_VERSION_PATCH 0) # Keep two digits all the time SET(RSPAMD_VERSION_MAJOR_NUM ${RSPAMD_VERSION_MAJOR}0) |