diff options
author | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2011-12-14 19:36:23 +0300 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2011-12-14 19:36:23 +0300 |
commit | 78f53ec59aed754795c0d9195a05839adc306ea5 (patch) | |
tree | a4829e4085d5cd3c6f549b33641fc6784fb22d9b | |
parent | 44311f4235463a8d4d3c4128242bbd7c9d2a203b (diff) | |
download | rspamd-78f53ec59aed754795c0d9195a05839adc306ea5.tar.gz rspamd-78f53ec59aed754795c0d9195a05839adc306ea5.zip |
Due to major changes in events system increase version.
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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}") |