Branching for libisoburn release 0.5.2

This commit is contained in:
2010-03-29 17:53:31 +00:00
parent 8084a1ec73
commit 5e6ae2e677
50 changed files with 68775 additions and 0 deletions

View File

@ -0,0 +1,9 @@
#!/bin/sh
# Create version timestamp xorriso/xorriso_timestamp.h
# to be executed within ./libisoburn-develop
timestamp="$(date -u '+%Y.%m.%d.%H%M%S')"
echo "Version timestamp : $timestamp"
echo '#define Xorriso_timestamP "'"$timestamp"'"' >xorriso/xorriso_timestamp.h