--- DarthVader/TriggerLevel2/Makefile	2009/08/04 14:01:40	1.14
+++ DarthVader/TriggerLevel2/Makefile	2014/10/10 13:35:22	1.20
@@ -1,6 +1,6 @@
 # Trigger flight analysis software 
 # SOFTWARE VERSION
-VER= v4r00
+VER= v5r05
 #
 include ../Make.def
 # Here the variables definig the local directories
@@ -181,7 +181,7 @@
 	@${test_and_cp}
 
 mkverpath:
-	@echo '#include <TSystem.h>' >  ${DIRTOP}/${DIRSRC}/TrigVerl2.cpp; echo ' char *TrigInfo(bool print){ if ( print ) printf("\nTrigger Level2 flight package version: ${VER}\n\nCompiled on '${TODAY}' with: '${GCCVER}'\n\nOn: '${UNAMEA}'\n\n"); return("${VER}"); }' >>  ${DIRTOP}/${DIRSRC}/TrigVerl2.cpp
+	@echo '#include <TSystem.h>' >  ${DIRTOP}/${DIRSRC}/TrigVerl2.cpp; echo 'const char *TrigInfo(bool print){ if ( print ) printf("\nTrigger Level2 flight package version: ${VER}\n\nCompiled on '${TODAY}' with: '${GCCVER}'\n\nOn: '${UNAMEA}'\n\n"); return("${VER}"); }' >>  ${DIRTOP}/${DIRSRC}/TrigVerl2.cpp
 	@sleep 0.8