From 6bf95e77a1d61ecd7b3fd92543b74b067bc679d1 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Wed, 1 Aug 2018 15:22:16 +0100 Subject: [PATCH] [Minor] Switch version to 1.8.0 --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3d43120c8..80aad7f69 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 7) -SET(RSPAMD_VERSION_PATCH 9) +SET(RSPAMD_VERSION_MINOR 8) +SET(RSPAMD_VERSION_PATCH 0) # Keep two digits all the time SET(RSPAMD_VERSION_MAJOR_NUM ${RSPAMD_VERSION_MAJOR}0) -- 2.39.5