[Sumover-dev] [svn commit] r4337 - vic/branches/mpeg4

sumover-dev at cs.ucl.ac.uk sumover-dev at cs.ucl.ac.uk
Thu Dec 4 13:56:38 GMT 2008


Author: piers
Date: Thu Dec  4 13:56:38 2008
New Revision: 4337

Modified:
   vic/branches/mpeg4/Makefile.in

Log:
Append svnversion to VERSION so we the svn version can be tracked


Modified: vic/branches/mpeg4/Makefile.in
==============================================================================
--- vic/branches/mpeg4/Makefile.in	(original)
+++ vic/branches/mpeg4/Makefile.in	Thu Dec  4 13:56:38 2008
@@ -302,7 +302,7 @@
 
 version.c: VERSION
 	rm -f version.c
-	cat VERSION | sed 's/.*/char version[] = "&";/' > version.c
+	echo `cat VERSION`-r`svnversion` | sed 's/.*/char version[] = "&";/' > version.c
 
 cm0.o: cm0.c
 cm0.c: rgb-cube.ppm jv-cube-128.ppm ppmtolut



More information about the Sumover-dev mailing list