From: Klaus Ethgen Date: Tue, 3 May 2016 10:17:49 +0000 (+0100) Subject: Set git version in master branch X-Git-Tag: v1.3~40 X-Git-Url: http://geeqie.org/cgi-bin/gitweb.cgi?p=geeqie.git;a=commitdiff_plain;h=d739cc3c9c20a13fbc7096d25c9bf554e839d0f7 Set git version in master branch --- diff --git a/configure.in b/configure.in index 758e33f0..202897c9 100644 --- a/configure.in +++ b/configure.in @@ -15,7 +15,7 @@ dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the dnl GNU General Public License for more details. AC_PREREQ(2.57) -AC_INIT(geeqie, 1.1, geeqie-devel@lists.sourceforge.net) +AC_INIT([geeqie], m4_esyscmd_s(git rev-parse --quiet --verify --short master), [geeqie-devel@lists.sourceforge.net], [], [http://www.geeqie.org/]) # Check for rightly dirs AC_CONFIG_SRCDIR([src/main.c])