mirror of
https://github.com/mpv-player/mpv
synced 2024-12-24 07:33:46 +01:00
new year in version string
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30417 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
0d4517c688
commit
f5209d8cc4
@ -17,7 +17,7 @@ test $version || version=$svn_revision
|
||||
|
||||
NEW_REVISION="#define VERSION \"${version}${extra}\""
|
||||
OLD_REVISION=$(head -n 1 version.h 2> /dev/null)
|
||||
TITLE='#define MP_TITLE "%s "VERSION" (C) 2000-2009 MPlayer Team\n"'
|
||||
TITLE='#define MP_TITLE "%s "VERSION" (C) 2000-2010 MPlayer Team\n"'
|
||||
|
||||
# Update version.h only on revision changes to avoid spurious rebuilds
|
||||
if test "$NEW_REVISION" != "$OLD_REVISION"; then
|
||||
|
Loading…
Reference in New Issue
Block a user