From e3cb18e28651c3f40b85e69198d81c2c2757df8d Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Sat, 8 Jul 2017 09:52:41 +0100 Subject: [PATCH] [Minor] Update version to 1.7.0 --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) -- 2.39.5