diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2016-04-12 13:07:21 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2016-04-12 13:07:21 +0100 |
commit | daea922b4f9be4f65492206b0bd25422e5f82e8b (patch) | |
tree | 92d10b21a0efc91a592d243ea54656c1f9d1ee4c | |
parent | 1aa4a012f05c7ff053bfc62614d71419a71a07cc (diff) | |
download | rspamd-daea922b4f9be4f65492206b0bd25422e5f82e8b.tar.gz rspamd-daea922b4f9be4f65492206b0bd25422e5f82e8b.zip |
[Minor] Update version to 1.2.4
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index d8e39300a..968949a30 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,7 +12,7 @@ ENABLE_LANGUAGE(ASM) SET(RSPAMD_VERSION_MAJOR 1) SET(RSPAMD_VERSION_MINOR 2) -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) |