From e2538caf356e5dcc1fc3194779545c04c8b1b2ff Mon Sep 17 00:00:00 2001 From: john30 Date: Mon, 25 May 2015 13:32:53 +0200 Subject: [PATCH] use version from VERSION file --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 1a1eb2f1..cbaf7561 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.63]) -AC_INIT([ebusd], [1.1.0], [ebusd@ebusd.eu], [ebusd], [https://github.com/john30/ebusd]) +AC_INIT([ebusd], m4_esyscmd_s([cat VERSION]), [ebusd@ebusd.eu], [ebusd], [https://github.com/john30/ebusd]) AC_CONFIG_AUX_DIR([build])