summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xhardinfo2/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/hardinfo2/configure b/hardinfo2/configure
index 5edf0496..0b4d0371 100755
--- a/hardinfo2/configure
+++ b/hardinfo2/configure
@@ -24,7 +24,7 @@ PACKAGE=`basename ${PWD} | cut -d"-" -f1`;
VERSION=`basename ${PWD} | cut -d"-" -f2`;
if [ "$PACKAGE" == "$VERSION" ]; then
- VERSION=$(printf "SVN_%d" $(LC_ALL=C svn -R info|grep Revision|cut -d: -f2|sort -n|tail -n1))
+ VERSION=$(date +"%F.%H:%M:%S")
RELEASE=0
else
RELEASE=1