From 7570a479e025f387b5a94100c390d436ee851698 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Fri, 12 Aug 2011 22:15:19 +0200 Subject: [PATCH] config/functions: add hour, minute, second to builddate and version string Signed-off-by: Stephan Raue --- config/functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/functions b/config/functions index dad3e96545..ea4ebc1e1d 100644 --- a/config/functions +++ b/config/functions @@ -116,7 +116,7 @@ add_group() { get_version() { - BUILD_DATE=`date +%Y%m%d` + BUILD_DATE=`date +%Y%m%d%H%M%S` if [ "$OPENELEC_VERSION" = devel -o "$OPENELEC_VERSION" = debug ]; then GIT_BUILD=`git log --pretty=format:'' | wc -l`