From: Vsevolod Stakhov Date: Fri, 3 Jul 2015 11:52:00 +0000 (+0100) Subject: Update version to distinguish master. X-Git-Tag: 1.0.0~446 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bd10b85e396bc083ebcd2fb8f6b0759d5cd8a340;p=thirdparty%2Frspamd.git Update version to distinguish master. --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 1886b4390c..5271f1fcf6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,9 +9,9 @@ PROJECT(rspamd C) ENABLE_LANGUAGE(ASM) -SET(RSPAMD_VERSION_MAJOR 0) -SET(RSPAMD_VERSION_MINOR 9) -SET(RSPAMD_VERSION_PATCH 4) +SET(RSPAMD_VERSION_MAJOR 1) +SET(RSPAMD_VERSION_MINOR 0) +SET(RSPAMD_VERSION_PATCH 0) SET(RSPAMD_VERSION "${RSPAMD_VERSION_MAJOR}.${RSPAMD_VERSION_MINOR}.${RSPAMD_VERSION_PATCH}") SET(RSPAMD_MASTER_SITE_URL "https://rspamd.com")