From: Vsevolod Stakhov Date: Wed, 14 Dec 2011 16:36:23 +0000 (+0300) Subject: Due to major changes in events system increase version. X-Git-Tag: 0.4.6~7 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=78f53ec59aed754795c0d9195a05839adc306ea5;p=rspamd.git Due to major changes in events system increase version. --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 3e6c4fd79..bbbf23cf3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ PROJECT(rspamd C) SET(RSPAMD_VERSION_MAJOR 0) SET(RSPAMD_VERSION_MINOR 4) -SET(RSPAMD_VERSION_PATCH 5) +SET(RSPAMD_VERSION_PATCH 6) SET(RSPAMD_VERSION "${RSPAMD_VERSION_MAJOR}.${RSPAMD_VERSION_MINOR}.${RSPAMD_VERSION_PATCH}")