summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
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 77fea34..07ae321 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,9 @@
# Process this file with autoconf to produce a configure script.
# vim: set sw=4 ts=4 sts=4 et:
-AC_INIT([fastalg-protocol], [0.1.3], [BUG-REPORT-ADDRESS])
+AC_INIT([fastalg-protocol],
+ [m4_esyscmd([build-aux/git-version-gen .tarball-version])],
+ [BUG-REPORT-ADDRESS])
AC_CONFIG_SRCDIR([falgproto/falgproto.c])
AC_CONFIG_HEADERS([config.h])