From: Vsevolod Stakhov Date: Thu, 14 May 2009 15:02:16 +0000 (+0400) Subject: * Bump version (0.1.1) X-Git-Tag: 0.2.7~144 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=f34ca056ec2baf1d23349518a22cf8482645a570;p=rspamd.git * Bump version (0.1.1) --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 1403c0b23..e346370d1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ PROJECT(rspamd C) SET(RSPAMD_VERSION_MAJOR 0) SET(RSPAMD_VERSION_MINOR 1) -SET(RSPAMD_VERSION_PATCH 0) +SET(RSPAMD_VERSION_PATCH 1) SET(RSPAMD_VERSION "${RSPAMD_VERSION_MAJOR}.${RSPAMD_VERSION_MINOR}.${RSPAMD_VERSION_PATCH}") SET(RSPAMD_MASTER_SITE_URL "http://cebka.pp.ru/hg/rspamd")