diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2018-12-03 15:46:17 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2018-12-03 15:46:17 +0000 |
commit | 34a0eebf738eb98311166f018d519738786c6b1c (patch) | |
tree | 3a8b757ffd2595e53d0baf3536f1e008d2219f62 /CMakeLists.txt | |
parent | 1b9f2f302659ee68fe96fcd71280123493f5cbb7 (diff) | |
download | rspamd-34a0eebf738eb98311166f018d519738786c6b1c.tar.gz rspamd-34a0eebf738eb98311166f018d519738786c6b1c.zip |
[Minor] Update version to 1.8.4
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 3be16549f..9fc4fef74 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,7 +12,7 @@ ENABLE_LANGUAGE(ASM) SET(RSPAMD_VERSION_MAJOR 1) SET(RSPAMD_VERSION_MINOR 8) -SET(RSPAMD_VERSION_PATCH 3) +SET(RSPAMD_VERSION_PATCH 4) # Keep two digits all the time SET(RSPAMD_VERSION_MAJOR_NUM ${RSPAMD_VERSION_MAJOR}0) |