From: Vsevolod Stakhov Date: Fri, 16 Jan 2015 14:06:31 +0000 (+0000) Subject: Update version to 0.9 WIP. X-Git-Tag: 0.9.0~872 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=ffd95d7c71307bb9540f07bbaac3b04859226837;p=rspamd.git Update version to 0.9 WIP. --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 42bf2ddc0..924cae91e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ PROJECT(rspamd C) SET(RSPAMD_VERSION_MAJOR 0) -SET(RSPAMD_VERSION_MINOR 8) +SET(RSPAMD_VERSION_MINOR 9) SET(RSPAMD_VERSION_PATCH 0) SET(RSPAMD_VERSION "${RSPAMD_VERSION_MAJOR}.${RSPAMD_VERSION_MINOR}.${RSPAMD_VERSION_PATCH}")