--- DarthVader/AnticounterLevel2/Makefile 2009/08/04 14:01:15 1.14 +++ DarthVader/AnticounterLevel2/Makefile 2013/11/06 13:21:54 1.18 @@ -1,6 +1,6 @@ # AC flight analysis software # SOFTWARE VERSION -VER= v2r00 +VER= v2r03 # include ../Make.def # Here the variables definig the local directories @@ -178,7 +178,7 @@ @${test_and_cp} mkverpath: - @echo '#include ' > ${DIRTOP}/${DIRSRC}/AcVerl2.cpp; echo ' char *AcInfo(bool print){ if ( print ) printf("\nAnticounter Level2 flight package version: ${VER}\n\nCompiled on '${TODAY}' with: '${GCCVER}'\n\nOn: '${UNAMEA}'\n\n"); return("${VER}"); }' >> ${DIRTOP}/${DIRSRC}/AcVerl2.cpp + @echo '#include ' > ${DIRTOP}/${DIRSRC}/AcVerl2.cpp; echo 'const char *AcInfo(bool print){ if ( print ) printf("\nAnticounter Level2 flight package version: ${VER}\n\nCompiled on '${TODAY}' with: '${GCCVER}'\n\nOn: '${UNAMEA}'\n\n"); return("${VER}"); }' >> ${DIRTOP}/${DIRSRC}/AcVerl2.cpp @sleep 0.8