Set git version in master branch
authorKlaus Ethgen <Klaus@Ethgen.de>
Tue, 3 May 2016 10:17:49 +0000 (11:17 +0100)
committerKlaus Ethgen <Klaus@Ethgen.de>
Tue, 3 May 2016 10:25:33 +0000 (11:25 +0100)
configure.in

index 758e33f..202897c 100644 (file)
@@ -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])