From c67e53c7b2a4b4be38ce72c98673f0b299ee7ce6 Mon Sep 17 00:00:00 2001 From: Daniel Molkentin Date: Wed, 21 Oct 2015 09:48:18 +0200 Subject: [PATCH] set version suffix back to git --- VERSION.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION.cmake b/VERSION.cmake index 886c36300..e18bc8b34 100644 --- a/VERSION.cmake +++ b/VERSION.cmake @@ -4,7 +4,7 @@ set( MIRALL_VERSION_PATCH 2 ) set( MIRALL_SOVERSION 0 ) if ( NOT DEFINED MIRALL_VERSION_SUFFIX ) - set( MIRALL_VERSION_SUFFIX "rc3") #e.g. beta1, beta2, rc1 + set( MIRALL_VERSION_SUFFIX "git") #e.g. beta1, beta2, rc1 endif( NOT DEFINED MIRALL_VERSION_SUFFIX ) if( NOT DEFINED MIRALL_VERSION_BUILD ) -- 2.30.2