From: Vsevolod Stakhov Date: Mon, 9 Dec 2013 13:56:30 +0000 (+0000) Subject: Update version. X-Git-Tag: 0.6.3~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d6e68afac20abecdea90437047c629bf3f3fe593;p=thirdparty%2Frspamd.git Update version. --- diff --git a/CMakeLists.txt b/CMakeLists.txt index fcb19df285..de24f6a001 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,7 +10,7 @@ PROJECT(rspamd C) SET(RSPAMD_VERSION_MAJOR 0) SET(RSPAMD_VERSION_MINOR 6) -SET(RSPAMD_VERSION_PATCH 2) +SET(RSPAMD_VERSION_PATCH 3) SET(RSPAMD_VERSION "${RSPAMD_VERSION_MAJOR}.${RSPAMD_VERSION_MINOR}.${RSPAMD_VERSION_PATCH}") SET(RSPAMD_MASTER_SITE_URL "https://rspamd.com")