From ea37d4c0729057b01c0e0b82b3bef7030379da2f Mon Sep 17 00:00:00 2001 From: Dominik Riebeling Date: Mon, 22 Jan 2007 23:09:07 +0000 Subject: Use the svn revision number for version information too, version string is now "r- unless there is a static version file (e.g. created by tools/release). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12090 a1c6a512-1295-4272-9138-f99709370657 --- tools/configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/configure') diff --git a/tools/configure b/tools/configure index 26d41404c6..174beed644 100755 --- a/tools/configure +++ b/tools/configure @@ -1579,7 +1579,7 @@ export OBJDIR=@PWD@ export BUILDDIR=@PWD@ export LANGUAGE=@LANGUAGE@ export MEMORYSIZE=@MEMORY@ -export VERSION=\$(shell date -u +%y%m%d-%H%M) +export VERSION=\$(shell \$(TOOLSDIR)/svnversion.sh \$(ROOTDIR)) export BUILDDATE=\$(shell date -u +'-DYEAR=%Y -DMONTH=%m -DDAY=%d') export MKFIRMWARE=@TOOL@ export BMP2RB_MONO=@BMP2RB_MONO@ -- cgit v1.2.3