Prepared for new revision timestamps to mark cdrskin test versions

This commit is contained in:
Thomas Schmitt 2006-09-13 09:39:39 +00:00
parent 39ae1b0d3b
commit c70399e466
2 changed files with 10 additions and 1 deletions

View File

@ -1 +1 @@
#define Cdrskin_timestamP "2006.09.03.132934"
#define Cdrskin_timestamP "2006.09.13.093350"

9
cdrskin/make_timestamp.sh Executable file
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