diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2017-06-14 15:48:57 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2017-06-14 15:48:57 +0100 |
commit | 7c7256d940fc78d4defe83c1a1e79ad766f2b4c9 (patch) | |
tree | 7a91af194f217462181555044e47f9c1fedd029e /CMakeLists.txt | |
parent | 8895fc6fab3a3c88f38afa663593369255b43a7e (diff) | |
download | rspamd-7c7256d940fc78d4defe83c1a1e79ad766f2b4c9.tar.gz rspamd-7c7256d940fc78d4defe83c1a1e79ad766f2b4c9.zip |
[Minor] Update version to 1.6.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 dbdd1b545..a3c235d13 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,7 +12,7 @@ ENABLE_LANGUAGE(ASM) SET(RSPAMD_VERSION_MAJOR 1) SET(RSPAMD_VERSION_MINOR 6) -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) |