commit 1f0387c1a0c50b8ca1f2f37b65a12f980eedd106
Author: p4u <hakais@gmail.com>
Date:   Wed Apr 11 23:14:46 2012 +0200

    Small change in timestamp to make it compatible with the new upgrade system

diff --git a/Makefile b/Makefile
index ab9e5e2..e9328d9 100644
--- a/Makefile
+++ b/Makefile
@@ -40,7 +40,7 @@ MAKE_SRC = -j$(J) V=$(V)
 
 include targets.mk
 
-TIMESTAMP = $(shell date +%d%m%y_%H%M)
+TIMESTAMP = $(shell date +%Y%m%d_%H%M)
 
 #Checking if developer mode is enabled and if target is defined before
 $(eval $(if $(DEV),QMP_GIT=$(QMP_GIT_RW),QMP_GIT=$(QMP_GIT_RO)))
