diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2016-03-25 16:08:13 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2016-03-25 16:08:13 +0000 |
commit | 6b73e307d3befd298cb25c179201663c801aa6eb (patch) | |
tree | 79f84362302b5bf2472a247fd43aa931bf398863 /CMakeLists.txt | |
parent | 72819f9a5be8eec845845bbea37fdc78e338c553 (diff) | |
download | rspamd-6b73e307d3befd298cb25c179201663c801aa6eb.tar.gz rspamd-6b73e307d3befd298cb25c179201663c801aa6eb.zip |
[Minor] Update version to 1.2.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 1d3fed0fd..d77770ae6 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 1) +SET(RSPAMD_VERSION_PATCH 2) # Keep two digits all the time SET(RSPAMD_VERSION_MAJOR_NUM ${RSPAMD_VERSION_MAJOR}0) |