Branching for libburn release 0.8.0

This commit is contained in:
2010-04-09 09:12:01 +00:00
parent a898e824bb
commit 1a32fae239
127 changed files with 67146 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