From: Ruben Undheim <ruben.undheim@gmail.com>
Date: Sun, 5 Aug 2018 20:53:25 +0000
Subject: Make sure the version is set correctly and therefore not depend

on some git command to find a "dirty" version.
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: libosmo-sigtran-2.1.0/configure.ac
===================================================================
--- libosmo-sigtran-2.1.0.orig/configure.ac	2025-03-11 08:40:45.744242044 +0100
+++ libosmo-sigtran-2.1.0/configure.ac	2025-03-11 08:40:56.196236087 +0100
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script
 AC_INIT([libosmo-sigtran],
-	m4_esyscmd([./git-version-gen .tarball-version]),
+	2.1.0,
 	[openbsc@lists.osmocom.org])
 
 dnl *This* is the root dir, even if an install-sh exists in ../ or ../../
