1 2 3 4 5 6 7 8 9 10 11 12
|
Description: we do not build from git so version has to be set manually
Index: libosmo-netif-1.0.0/configure.ac
===================================================================
--- libosmo-netif-1.0.0.orig/configure.ac 2020-08-13 09:21:03.000000000 +0000
+++ libosmo-netif-1.0.0/configure.ac 2020-08-16 14:03:49.142525753 +0000
@@ -1,5 +1,5 @@
AC_INIT([libosmo-netif],
- m4_esyscmd([./git-version-gen .tarball-version]),
+ 1.2.0,
[openbsc-devel@lists.openbsc.org])
dnl *This* is the root dir, even if an install-sh exists in ../ or ../../
|