From: Vsevolod Stakhov Date: Sat, 8 Jul 2017 08:52:41 +0000 (+0100) Subject: [Minor] Update version to 1.7.0 X-Git-Tag: 1.7.0~877 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=e3cb18e28651c3f40b85e69198d81c2c2757df8d;p=rspamd.git [Minor] Update version to 1.7.0 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index a3c235d13..091439be3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,8 +11,8 @@ PROJECT(rspamd C) ENABLE_LANGUAGE(ASM) SET(RSPAMD_VERSION_MAJOR 1) -SET(RSPAMD_VERSION_MINOR 6) -SET(RSPAMD_VERSION_PATCH 2) +SET(RSPAMD_VERSION_MINOR 7) +SET(RSPAMD_VERSION_PATCH 0) # Keep two digits all the time SET(RSPAMD_VERSION_MAJOR_NUM ${RSPAMD_VERSION_MAJOR}0)