From: Vsevolod Stakhov Date: Wed, 19 Apr 2017 16:12:22 +0000 (+0100) Subject: [Minor] Start 1.6 version X-Git-Tag: 1.6.0~355 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=14500c57834e4c89f0dc8faedbd15d2a38383548;p=rspamd.git [Minor] Start 1.6 version --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 550442ed2..5d556e801 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 5) -SET(RSPAMD_VERSION_PATCH 6) +SET(RSPAMD_VERSION_MINOR 6) +SET(RSPAMD_VERSION_PATCH 0) # Keep two digits all the time SET(RSPAMD_VERSION_MAJOR_NUM ${RSPAMD_VERSION_MAJOR}0)