aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2018-05-02 16:15:26 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2018-05-02 16:36:27 +0200
commitb1adcf72c90404603e18364f551350a66d2b007f (patch)
treef7ce7553041b8105e975fb830b588c915165ceb4 /configure.ac
parent392614c6ace5f02096617d223e757b2fdce296b9 (diff)
configure.ac: Use git-version-gen to set VERSION
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 19e07b2..f7580e6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,8 @@
dnl Process this file with autoconf to create configure.
-AC_INIT([libgtpnl], [1.1.0])
+AC_INIT([libgtpnl],
+ m4_esyscmd([./git-version-gen .tarball-version]),
+ [osmocom-net-gprs@lists.osmocom.org])
AC_CONFIG_AUX_DIR([build-aux])
AC_CANONICAL_HOST
AC_CONFIG_MACRO_DIR([m4])