1
mirror of https://github.com/mpv-player/mpv synced 2024-08-08 13:25:45 +02:00
mpv/version.sh
arpi_esp 5c50d3e7dd applied solaris8/netbsd/other fixes patch by Jürgen Keil <jk@tools.de>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1039 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-06-05 18:40:44 +00:00

9 lines
258 B
Bash
Executable File

#!/bin/sh
last_cvs_update=`date -r CVS/Entries +%y%m%d-%H:%M 2>/dev/null`
if [ $? -ne 0 ]; then
# probably no gnu date installed(?), use current date
last_cvs_update=`date +%y%m%d-%H:%M`
fi
echo "#define VERSION \"0.17cvs-${last_cvs_update}\"" >version.h