---
 Makefile |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Index: b/Makefile
===================================================================
--- a/Makefile
+++ b/Makefile
@@ -5,8 +5,8 @@ EMPTY  :=
 SPACE  := $(EMPTY) $(EMPTY)
 PROGRAM = jh7100_recovery_boot
 
-GIT_VERSION=$(shell git show -s --pretty=format:%h)
-VERSION=$(GIT_VERSION)
+DEB_VERSION=$(shell dpkg-parsechangelog --show-field Version)
+VERSION=$(DEB_VERSION)
 
 #############################################################
 # Makefile Arguments
