Branching for libburn release 1.2.6

This commit is contained in:
2013-01-08 08:03:30 +00:00
parent 43c49f046f
commit 96ff323163
133 changed files with 80988 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