diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2018-07-12 13:08:34 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2018-07-12 13:08:34 +0100 |
commit | 2cfeff3710a9e5dd435d8d0e9b1e54ca01659ac4 (patch) | |
tree | 8d947ea1e7dfc0d4c7a54343caa5be22fe93c737 | |
parent | 4c80975059442165f446b69d253040846e8bb088 (diff) | |
download | rspamd-2cfeff3710a9e5dd435d8d0e9b1e54ca01659ac4.tar.gz rspamd-2cfeff3710a9e5dd435d8d0e9b1e54ca01659ac4.zip |
[Minor] Update version to 1.7.9
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index a1961a16d..0daf244a7 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 8) +SET(RSPAMD_VERSION_PATCH 9) # Keep two digits all the time SET(RSPAMD_VERSION_MAJOR_NUM ${RSPAMD_VERSION_MAJOR}0) |