diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2016-08-23 13:18:28 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2016-08-23 13:18:28 +0100 |
commit | 343ec6cd4fb610ad3b273227902548ce77c005ac (patch) | |
tree | f267738957dc41a36b50e3c880707de678212a45 /CMakeLists.txt | |
parent | c30af6a8c99102ffcadae800cf7f551b8abbcb92 (diff) | |
download | rspamd-343ec6cd4fb610ad3b273227902548ce77c005ac.tar.gz rspamd-343ec6cd4fb610ad3b273227902548ce77c005ac.zip |
[Minor] Update to 1.4.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 555872e23..e0be84d60 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 3) -SET(RSPAMD_VERSION_PATCH 4) +SET(RSPAMD_VERSION_MINOR 4) +SET(RSPAMD_VERSION_PATCH 0) # Keep two digits all the time SET(RSPAMD_VERSION_MAJOR_NUM ${RSPAMD_VERSION_MAJOR}0) |