From: Vsevolod Stakhov Date: Wed, 1 Apr 2020 13:58:52 +0000 (+0100) Subject: [Minor] Update version to 2.6 X-Git-Tag: 2.6~565 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=76a1fb06de1fca871ed223eb4306daa7ee7cfb1c;p=rspamd.git [Minor] Update version to 2.6 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index bbc141170..478aee46b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,7 @@ CMAKE_MINIMUM_REQUIRED(VERSION 3.9 FATAL_ERROR) SET(RSPAMD_VERSION_MAJOR 2) -SET(RSPAMD_VERSION_MINOR 5) +SET(RSPAMD_VERSION_MINOR 6) # Keep two digits all the time SET(RSPAMD_VERSION_MAJOR_NUM ${RSPAMD_VERSION_MAJOR}0)