From f2e2c254a335992c95fbea0286658b04b05f58fd Mon Sep 17 00:00:00 2001 From: "Leandro A. F. Pereira" Date: Wed, 25 Jun 2008 13:03:23 -0300 Subject: Update version information for unstable versions. --- hardinfo2/configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hardinfo2/configure') 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 -- cgit v1.2.3