diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2016-12-05 11:11:21 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2016-12-05 11:11:21 +0000 |
commit | cd01e044ae181a5dc22c8e7a7dca015bbeb03e55 (patch) | |
tree | 6d624012e8b324ce2622f75f71973f6b10921e12 /CMakeLists.txt | |
parent | 1671791bcafeb89ec558988d8b7f04e53b6099db (diff) | |
download | rspamd-cd01e044ae181a5dc22c8e7a7dca015bbeb03e55.tar.gz rspamd-cd01e044ae181a5dc22c8e7a7dca015bbeb03e55.zip |
[Minor] Switch version to 1.5.0
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 3ee2ae5a0..767f0fbf8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,8 +11,8 @@ PROJECT(rspamd C) ENABLE_LANGUAGE(ASM) SET(RSPAMD_VERSION_MAJOR 1) -SET(RSPAMD_VERSION_MINOR 4) -SET(RSPAMD_VERSION_PATCH 2) +SET(RSPAMD_VERSION_MINOR 5) +SET(RSPAMD_VERSION_PATCH 0) # Keep two digits all the time SET(RSPAMD_VERSION_MAJOR_NUM ${RSPAMD_VERSION_MAJOR}0) |