]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
Update version.
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Tue, 12 Aug 2014 11:52:51 +0000 (12:52 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Tue, 12 Aug 2014 11:52:51 +0000 (12:52 +0100)
CMakeLists.txt

index c867bff6b8babdcdc48bad5ba5758faa92799c61..c8556ba664f2752de3e09789c8142b32a47a6dfa 100644 (file)
@@ -10,7 +10,7 @@ PROJECT(rspamd C)
 
 SET(RSPAMD_VERSION_MAJOR 0)
 SET(RSPAMD_VERSION_MINOR 6)
-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")