# HG changeset patch
# User Santeri Piippo <crimsondusk64@gmail.com>
# Date 1389089172 -7200
# Node ID 2983f7c7e7c9dcad8530ce0fd44fcca1d7b221f7
# Parent  01bdac75994a63a68a6b2534e756068f26d3a678
- use --long in the git describe command for the GIT_DESCRIBE macro definition

diff -r 01bdac75994a -r 2983f7c7e7c9 ldforge.pro
--- a/ldforge.pro	Tue Jan 07 11:56:26 2014 +0200
+++ b/ldforge.pro	Tue Jan 07 12:06:12 2014 +0200
@@ -32,7 +32,7 @@
 	OBJECTS_DIR = ./build_release/
 }
 
-exists(.git): DEFINES += GIT_DESCRIBE="\\\"$$system(git describe --tags)\\\""
+exists(.git): DEFINES += GIT_DESCRIBE="\\\"$$system(git describe --tags --long)\\\""
 
 unix {
 	LIBS += -lGLU