]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
Start new feature release.
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Thu, 5 Nov 2015 12:32:03 +0000 (15:32 +0300)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Thu, 5 Nov 2015 12:32:03 +0000 (15:32 +0300)
CMakeLists.txt

index 678d2e8470b556fa25e2686a3d92eb4254c62b94..6e1af85559374704e22722609724f787832343a4 100644 (file)
@@ -11,8 +11,8 @@ PROJECT(rspamd C)
 ENABLE_LANGUAGE(ASM)
 
 SET(RSPAMD_VERSION_MAJOR 1)
-SET(RSPAMD_VERSION_MINOR 0)
-SET(RSPAMD_VERSION_PATCH 10)
+SET(RSPAMD_VERSION_MINOR 1)
+SET(RSPAMD_VERSION_PATCH 0)
 
 SET(RSPAMD_VERSION         "${RSPAMD_VERSION_MAJOR}.${RSPAMD_VERSION_MINOR}.${RSPAMD_VERSION_PATCH}")
 SET(RSPAMD_MASTER_SITE_URL "https://rspamd.com")