Description: This sets the package version explicitly to avoid the
 dependency on git in the package build process.
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_INIT([osmo-iuh],
-	m4_esyscmd([./git-version-gen .tarball-version]),
+	1.7.0,
 	[openbsc@lists.osmocom.org])
 
 dnl *This* is the root dir, even if an install-sh exists in ../ or ../../
