mirror of https://github.com/mpv-player/mpv
5 lines
96 B
Bash
5 lines
96 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
echo "#define VERSION \"0.11cvs-"`date -r CVS/Entries +%y%m%d-%H:%M`"\"" >version.h
|
||
|
|