[Mplayer-cvslog] CVS: main version.sh,1.13,1.14

Joey Parrish CVS joey at mplayerhq.hu
Sun Nov 23 17:53:52 CET 2003


Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv28912

Modified Files:
	version.sh 
Log Message:
fix version number on cygwin


Index: version.sh
===================================================================
RCS file: /cvsroot/mplayer/main/version.sh,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- version.sh	13 Jul 2003 18:50:17 -0000	1.13
+++ version.sh	23 Nov 2003 16:53:03 -0000	1.14
@@ -2,6 +2,9 @@
 
 OS=`uname -s`
 case "$OS" in
+     CYGWIN*)
+	last_cvs_update=`date -r CVS/Entries +%y%m%d-%H:%M 2>/dev/null`
+	;;
      Linux)
 	last_cvs_update=`date -r CVS/Entries +%y%m%d-%H:%M 2>/dev/null`
 	;;



More information about the MPlayer-cvslog mailing list