[MPlayer-dev-eng] New Year? version.sh change
andrew
andrew.david.45 at gmail.com
Fri Jan 9 18:55:27 CET 2009
Hi,
I see that 2009 does not figure in version.sh yet so I have attached
the most insignificant patch of the New Year :-). Happy New year to
all and thanks for the hard work in 2008.
Andrew
--
Do you think that's air you're breathing?
-------------- next part --------------
Index: version.sh
===================================================================
--- version.sh (revision 28286)
+++ version.sh (working copy)
@@ -9,7 +9,7 @@
NEW_REVISION="#define VERSION \"dev-SVN-r${svn_revision}${extra}\""
OLD_REVISION=`cat version.h 2> /dev/null`
-TITLE="#define MP_TITLE \"MPlayer dev-SVN-r${svn_revision}${extra} (C) 2000-2008 MPlayer Team\""
+TITLE="#define MP_TITLE \"MPlayer dev-SVN-r${svn_revision}${extra} (C) 2000-2009 MPlayer Team\""
# Update version.h only on revision changes to avoid spurious rebuilds
if test "$NEW_REVISION" != "$OLD_REVISION"; then
More information about the MPlayer-dev-eng
mailing list