---
 Makefile |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

Index: b/Makefile
===================================================================
--- a/Makefile
+++ b/Makefile
@@ -5,9 +5,8 @@ EMPTY  :=
 SPACE  := $(EMPTY) $(EMPTY)
 PROGRAM = jh7100_recovery_boot
 
-SUFFIX=$(shell date +%y%m%d)
 GIT_VERSION=$(shell git show -s --pretty=format:%h)
-VERSION=$(SUFFIX)-$(GIT_VERSION)
+VERSION=$(GIT_VERSION)
 
 #############################################################
 # Makefile Arguments
