diff --git a/Makefile b/Makefile
index 0d18f4a..e1ad6a5 100644
--- a/Makefile
+++ b/Makefile
@@ -1,12 +1,13 @@
 LOG		:= meta-source/debian/changelog
 META_VERSION	:= $(shell head -1 $(LOG)|sed 's/.*(\(.*\)).*/\1/')
+LAST_VERSION	?= $(META_VERSION)
 
 all: source
 
 source: clean
 	ln -s meta-source linux-meta-$(META_VERSION)
 	cd linux-meta-$(META_VERSION); \
-	dpkg-buildpackage -S -sa -rfakeroot -I.git -I.gitignore -i'\.git.*'
+	dpkg-buildpackage -S -sa -rfakeroot -I.git -I.gitignore -i'\.git.*' -v$(LAST_VERSION)
 
 binary: clean
 	ln -s meta-source linux-meta-$(META_VERSION)
