From: Vsevolod Stakhov Date: Thu, 9 Jul 2009 16:45:30 +0000 (+0400) Subject: * Bump version X-Git-Tag: 0.2.7~90 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=74b38eb87d0ee6e401e06d8c604d55be2d93a1b2;p=thirdparty%2Frspamd.git * Bump version --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 5dfe772c15..cfe62669e5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ PROJECT(rspamd C) SET(RSPAMD_VERSION_MAJOR 0) SET(RSPAMD_VERSION_MINOR 2) -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 "http://cebka.pp.ru/hg/rspamd")