]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
[Minor] Switch version to 1.5.0
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Mon, 5 Dec 2016 11:11:21 +0000 (11:11 +0000)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Mon, 5 Dec 2016 11:11:21 +0000 (11:11 +0000)
CMakeLists.txt

index 3ee2ae5a0e24a83711dacbe60873b373e4ecd4ae..767f0fbf84f4339eb4043f328e9e24c92f48004b 100644 (file)
@@ -11,8 +11,8 @@ PROJECT(rspamd C)
 ENABLE_LANGUAGE(ASM)
 
 SET(RSPAMD_VERSION_MAJOR 1)
-SET(RSPAMD_VERSION_MINOR 4)
-SET(RSPAMD_VERSION_PATCH 2)
+SET(RSPAMD_VERSION_MINOR 5)
+SET(RSPAMD_VERSION_PATCH 0)
 
 # Keep two digits all the time
 SET(RSPAMD_VERSION_MAJOR_NUM ${RSPAMD_VERSION_MAJOR}0)