From 16c602f02391810b542b1a0a95c3293b995950f0 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sun, 14 Jan 2007 14:15:18 +0000 Subject: The version string used in builds for version timestamps is now UTC instead of the local time zone. Makes it a lot easier to compare builds and it makes build servers produce similarly stamped builed. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12011 a1c6a512-1295-4272-9138-f99709370657 --- tools/configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools/configure') diff --git a/tools/configure b/tools/configure index 0d119f6caf..7b1b1ad00d 100755 --- a/tools/configure +++ b/tools/configure @@ -1579,8 +1579,8 @@ export OBJDIR=@PWD@ export BUILDDIR=@PWD@ export LANGUAGE=@LANGUAGE@ export MEMORYSIZE=@MEMORY@ -export VERSION=\$(shell date +%y%m%d-%H%M) -export BUILDDATE=\$(shell date +'-DYEAR=%Y -DMONTH=%m -DDAY=%d') +export VERSION=\$(shell date -u +%y%m%d-%H%M) +export BUILDDATE=\$(shell date -u +'-DYEAR=%Y -DMONTH=%m -DDAY=%d') export MKFIRMWARE=@TOOL@ export BMP2RB_MONO=@BMP2RB_MONO@ export BMP2RB_NATIVE=@BMP2RB_NATIVE@ -- cgit v1.2.3