diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2013-12-20 15:57:07 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2013-12-20 15:57:07 +0000 |
commit | a48634eb0371ae45fc14e56a405e69a039812542 (patch) | |
tree | dc2bdea49205d6d53c6e8159758717faad710ba9 /CMakeLists.txt | |
parent | 8080d057dbc1290956bdb3bc31db1455aad9eb35 (diff) | |
download | rspamd-a48634eb0371ae45fc14e56a405e69a039812542.tar.gz rspamd-a48634eb0371ae45fc14e56a405e69a039812542.zip |
Update to 0.6.5.0.6.5
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 0c59a42b6..66fcc9430 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,7 +10,7 @@ PROJECT(rspamd C) SET(RSPAMD_VERSION_MAJOR 0) SET(RSPAMD_VERSION_MINOR 6) -SET(RSPAMD_VERSION_PATCH 4) +SET(RSPAMD_VERSION_PATCH 5) SET(RSPAMD_VERSION "${RSPAMD_VERSION_MAJOR}.${RSPAMD_VERSION_MINOR}.${RSPAMD_VERSION_PATCH}") SET(RSPAMD_MASTER_SITE_URL "https://rspamd.com") @@ -1154,4 +1154,4 @@ ENDFOREACH(LUA_CONF) # Manual pages INSTALL(FILES "doc/rspamd.8" DESTINATION ${MANDIR}/man8) -INSTALL(FILES "doc/rspamc.1" DESTINATION ${MANDIR}/man1)
\ No newline at end of file +INSTALL(FILES "doc/rspamc.1" DESTINATION ${MANDIR}/man1) |