summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2018-07-02 15:36:27 +0100
committerVsevolod Stakhov <vsevolod@highsecure.ru>2018-07-02 15:36:27 +0100
commitc857ae2c0a4e185173b6b18f1b992973e01a4408 (patch)
treec6772bd5266f3d2b1e2fb7e11ff4286878ba55b0 /CMakeLists.txt
parenta20e33c22d63d6d5a53b4aeda7a65c9301709dbc (diff)
downloadrspamd-c857ae2c0a4e185173b6b18f1b992973e01a4408.tar.gz
rspamd-c857ae2c0a4e185173b6b18f1b992973e01a4408.zip
[Minor] Update version to 1.7.8
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 7f9c82d1a..c9d99df7f 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 7)
+SET(RSPAMD_VERSION_PATCH 8)
# Keep two digits all the time
SET(RSPAMD_VERSION_MAJOR_NUM ${RSPAMD_VERSION_MAJOR}0)