This website requires JavaScript.
Explore
Help
Sign In
RepoMirrors
/
mpv
mirror of
https://github.com/mpv-player/mpv
Watch
1
Star
0
Fork
You've already forked mpv
0
Code
Issues
Releases
Wiki
Activity
5bc44560d0
mpv
/
version.sh
5 lines
96 B
Bash
Raw
Normal View
History
Unescape
Escape
write cvs date+version into version.h git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@421 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-04-14 22:26:27 +00:00
#!/bin/sh
version changed 0.11->0.17 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@673 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-04-30 02:25:07 +00:00
echo
"#define VERSION \"0.17cvs-"
`
date -r CVS/Entries +%y%m%d-%H:%M
`
"\""
>version.h
write cvs date+version into version.h git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@421 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-04-14 22:26:27 +00:00