Branching for libburn release 1.1.0.pl01

This commit is contained in:
2011-06-20 13:22:53 +00:00
parent 45756844e9
commit 3c88177707
131 changed files with 71850 additions and 0 deletions

View File

@ -0,0 +1,9 @@
#!/bin/sh
# Create version timestamp cdrskin/cdrskin_timestamp.h
# to be executed within ./libburn-* resp ./cdrskin-*
timestamp="$(date -u '+%Y.%m.%d.%H%M%S')"
echo "Version timestamp : $timestamp"
echo '#define Cdrskin_timestamP "'"$timestamp"'"' >cdrskin/cdrskin_timestamp.h