From: Vsevolod Stakhov Date: Thu, 26 Jul 2012 17:51:39 +0000 (+0400) Subject: Set version to 0.5.1 due to massive lua changes. X-Git-Tag: 0.5.1~12 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=7fe1dd2bc32b18a3b2d96bfd3cea8290b767954f;p=rspamd.git Set version to 0.5.1 due to massive lua changes. --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 5379869ac..d9b932bf7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,7 +10,7 @@ PROJECT(rspamd C) SET(RSPAMD_VERSION_MAJOR 0) SET(RSPAMD_VERSION_MINOR 5) -SET(RSPAMD_VERSION_PATCH 0) +SET(RSPAMD_VERSION_PATCH 1) SET(RSPAMD_VERSION "${RSPAMD_VERSION_MAJOR}.${RSPAMD_VERSION_MINOR}.${RSPAMD_VERSION_PATCH}")