mirror of https://github.com/mpv-player/mpv
version.sh: bump copyright year
It's been 2021 for a while now.
This commit is contained in:
parent
254730d891
commit
12056fdcd4
|
@ -54,7 +54,7 @@ fi
|
|||
NEW_REVISION="#define VERSION \"${VERSION}\""
|
||||
OLD_REVISION=$(head -n 1 "$version_h" 2> /dev/null)
|
||||
BUILDDATE="#define BUILDDATE \"$(date)\""
|
||||
MPVCOPYRIGHT="#define MPVCOPYRIGHT \"Copyright © 2000-2020 mpv/MPlayer/mplayer2 projects\""
|
||||
MPVCOPYRIGHT="#define MPVCOPYRIGHT \"Copyright © 2000-2021 mpv/MPlayer/mplayer2 projects\""
|
||||
|
||||
# Update version.h only on revision changes to avoid spurious rebuilds
|
||||
if test "$NEW_REVISION" != "$OLD_REVISION"; then
|
||||
|
|
Loading…
Reference in New Issue