diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2016-11-30 14:16:19 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2016-11-30 14:16:19 +0000 |
commit | cdecbbc8c5ef2c835e17ac6c3a4803459ee5fbd9 (patch) | |
tree | 4df320a8e7321d145861d96fcea31e6254217839 /CMakeLists.txt | |
parent | cbdf99ae2e823ddd0044af438d7ca86ba5426a5f (diff) | |
download | rspamd-cdecbbc8c5ef2c835e17ac6c3a4803459ee5fbd9.tar.gz rspamd-cdecbbc8c5ef2c835e17ac6c3a4803459ee5fbd9.zip |
[Minor] Update to 1.4.2
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 40285ee19..3ee2ae5a0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,7 +12,7 @@ ENABLE_LANGUAGE(ASM) SET(RSPAMD_VERSION_MAJOR 1) SET(RSPAMD_VERSION_MINOR 4) -SET(RSPAMD_VERSION_PATCH 1) +SET(RSPAMD_VERSION_PATCH 2) # Keep two digits all the time SET(RSPAMD_VERSION_MAJOR_NUM ${RSPAMD_VERSION_MAJOR}0) |