Started logical separation of libisofs and libburn

This commit is contained in:
Mario Danic
2006-11-13 00:13:21 +00:00
parent 89b08c7f73
commit 44997a2df8
501 changed files with 0 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