diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2019-05-13 14:24:08 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2019-05-13 14:24:08 +0100 |
commit | 05f70739e4d89c33402312395cd5fa3a7098218f (patch) | |
tree | 6dc992c7a81f52007285ec5659f95c852e9065cd | |
parent | fe91396af3b70cafe5b72d64b6caa75757caeb9b (diff) | |
download | rspamd-05f70739e4d89c33402312395cd5fa3a7098218f.tar.gz rspamd-05f70739e4d89c33402312395cd5fa3a7098218f.zip |
[Minor] Update version to 1.9.4
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 145740dde..b6983289c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,7 +12,7 @@ ENABLE_LANGUAGE(ASM) SET(RSPAMD_VERSION_MAJOR 1) SET(RSPAMD_VERSION_MINOR 9) -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) |