Created 0.2.4 branch for release preparations

This commit is contained in:
Mario Danic
2008-01-25 12:25:17 +00:00
parent 40885c40c3
commit f311e91a86
122 changed files with 51566 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