diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2016-01-29 18:13:56 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2016-01-29 18:13:56 +0000 |
commit | a876d62a4bea6ae16045e8c0acfd8e264c36f40b (patch) | |
tree | ae8c7b07c89c23a46a80c7428e2bced4252ee50e /CMakeLists.txt | |
parent | 52819b1dfd9940ccd7f1cf99ce9a881378fa161e (diff) | |
download | rspamd-a876d62a4bea6ae16045e8c0acfd8e264c36f40b.tar.gz rspamd-a876d62a4bea6ae16045e8c0acfd8e264c36f40b.zip |
Update version to 1.1.3
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 82bc59680..935863f60 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,7 +12,7 @@ ENABLE_LANGUAGE(ASM) SET(RSPAMD_VERSION_MAJOR 1) SET(RSPAMD_VERSION_MINOR 1) -SET(RSPAMD_VERSION_PATCH 2) +SET(RSPAMD_VERSION_PATCH 3) IF(GIT_ID) SET(GIT_VERSION 1) |