]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
Update version.
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Mon, 9 Dec 2013 13:56:30 +0000 (13:56 +0000)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Mon, 9 Dec 2013 13:56:30 +0000 (13:56 +0000)
CMakeLists.txt

index fcb19df285a3dd4d9bb802dbd316dcc77b58d77f..de24f6a001449f7d54ec72efd8c4d60652e0b20f 100644 (file)
@@ -10,7 +10,7 @@ PROJECT(rspamd C)
 
 SET(RSPAMD_VERSION_MAJOR 0)
 SET(RSPAMD_VERSION_MINOR 6)
-SET(RSPAMD_VERSION_PATCH 2)
+SET(RSPAMD_VERSION_PATCH 3)
 
 SET(RSPAMD_VERSION         "${RSPAMD_VERSION_MAJOR}.${RSPAMD_VERSION_MINOR}.${RSPAMD_VERSION_PATCH}")
 SET(RSPAMD_MASTER_SITE_URL "https://rspamd.com")