From: Vsevolod Stakhov Date: Tue, 5 Mar 2019 16:44:13 +0000 (+0000) Subject: [Minor] Set version to 1.9.0 X-Git-Tag: 1.9.0~40 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=593a9255cbbcc1ef11915093021ad3537d2394ce;p=thirdparty%2Frspamd.git [Minor] Set version to 1.9.0 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 9935c44609..7ab6f7c565 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 8) -SET(RSPAMD_VERSION_PATCH 4) +SET(RSPAMD_VERSION_MINOR 9) +SET(RSPAMD_VERSION_PATCH 0) # Keep two digits all the time SET(RSPAMD_VERSION_MAJOR_NUM ${RSPAMD_VERSION_MAJOR}0)