diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-10-27 13:21:43 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-10-27 13:21:43 +0000 |
commit | f9a22e7ea68bb9da0aaa1be5864f5f8e2d21e87b (patch) | |
tree | 938b463339d6f04c2974d725f6307f6f90b008db /CMakeLists.txt | |
parent | c7436a3ea68330694369ef31090e1fda873fa8b6 (diff) | |
download | rspamd-f9a22e7ea68bb9da0aaa1be5864f5f8e2d21e87b.tar.gz rspamd-f9a22e7ea68bb9da0aaa1be5864f5f8e2d21e87b.zip |
Update version.
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 1f42add8e..678d2e847 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,7 +12,7 @@ ENABLE_LANGUAGE(ASM) SET(RSPAMD_VERSION_MAJOR 1) SET(RSPAMD_VERSION_MINOR 0) -SET(RSPAMD_VERSION_PATCH 9) +SET(RSPAMD_VERSION_PATCH 10) SET(RSPAMD_VERSION "${RSPAMD_VERSION_MAJOR}.${RSPAMD_VERSION_MINOR}.${RSPAMD_VERSION_PATCH}") SET(RSPAMD_MASTER_SITE_URL "https://rspamd.com") |