diff options
author | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2009-05-14 19:02:16 +0400 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2009-05-14 19:02:16 +0400 |
commit | f34ca056ec2baf1d23349518a22cf8482645a570 (patch) | |
tree | e77dc956c3abe3ff9361044dc9f107b94f94e8ed /CMakeLists.txt | |
parent | e279ee1ddaa16b3bd1598010b53320fde8f65a52 (diff) | |
download | rspamd-f34ca056ec2baf1d23349518a22cf8482645a570.tar.gz rspamd-f34ca056ec2baf1d23349518a22cf8482645a570.zip |
* Bump version (0.1.1)
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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") |