aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2017-08-11 13:47:24 +0200
committerHarald Welte <laforge@gnumonks.org>2017-08-11 13:48:14 +0200
commit23eea1d132120198745dcca32728906d5f05dc5f (patch)
treee3acda5ecf4c18b530c6919160c50446b05a26fb /configure.ac
parent81bc2aea53a6dbca8b1b3f32a042afb3db5640d1 (diff)
Use osmocom-style git-version-gen / .version magic
This generates the version number from the latest tag + git history Change-Id: I71e1c3f8f534d9e9690c94068eccdee29a6fee12
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index b7e6793..63d3117 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
# Process this file with autoconf to produce a configure script.
-AC_INIT(openggsn, 0.93, laforge@gnumonks.org)
+AC_INIT(openggsn, m4_esyscmd([./git-version-gen .tarball-version]), osmocom-net-gprs@lists.osmocom.org)
AC_CONFIG_SRCDIR([gtp/gtp.c])
AM_CONFIG_HEADER([config.h])
#AC_CONFIG_HEADER([config.h])