Some branching for release ;)

This commit is contained in:
Mario Danic
2008-07-25 07:33:35 +00:00
parent a34de8295b
commit 9bc21d7c34
41 changed files with 36501 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