diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2018-06-15 17:54:21 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2018-06-15 17:54:21 +0100 |
commit | 9affb3d2b3d63de12dcb775c675f3a1f48486df8 (patch) | |
tree | 0efea8b3c9e2e7d1ed261bd8c9566fabafbb21a9 /CMakeLists.txt | |
parent | d9c84b4bd06a8ecc54d81f4df1740f044a4c9b64 (diff) | |
download | rspamd-9affb3d2b3d63de12dcb775c675f3a1f48486df8.tar.gz rspamd-9affb3d2b3d63de12dcb775c675f3a1f48486df8.zip |
[Minor] Update version to 1.7.7
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 80a804e2e..6526996a3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,7 +12,7 @@ ENABLE_LANGUAGE(ASM) SET(RSPAMD_VERSION_MAJOR 1) SET(RSPAMD_VERSION_MINOR 7) -SET(RSPAMD_VERSION_PATCH 6) +SET(RSPAMD_VERSION_PATCH 7) # Keep two digits all the time SET(RSPAMD_VERSION_MAJOR_NUM ${RSPAMD_VERSION_MAJOR}0) |