summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2013-12-09 13:56:30 +0000
committerVsevolod Stakhov <vsevolod@highsecure.ru>2013-12-09 13:56:30 +0000
commitd6e68afac20abecdea90437047c629bf3f3fe593 (patch)
treec42176ce7a2da03ecdffebe7bf008c4cfc5b8fd3 /CMakeLists.txt
parent8d1c43dd977e1b06ba78ee92c8e12e60f7e5e3d8 (diff)
downloadrspamd-d6e68afac20abecdea90437047c629bf3f3fe593.tar.gz
rspamd-d6e68afac20abecdea90437047c629bf3f3fe593.zip
Update version.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index fcb19df28..de24f6a00 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 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")