X-Git-Url: http://geeqie.org/cgi-bin/gitweb.cgi?p=geeqie.git;a=blobdiff_plain;f=configure.ac;h=3cbc03a7aad5603881b5dfd86ddb5d9ff62ca527;hp=d639efd4bc1f742b4ef7890daf3a8a4ebe2aa33e;hb=c6b7830011b3d98aae2c9e17d6e019b414872680;hpb=26efc31349797d2b72b3e4eb315115e59e723f47 diff --git a/configure.ac b/configure.ac index d639efd4..3cbc03a7 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script. -*- Autoconf -*- dnl This file is a part of Geeqie project (http://www.geeqie.org/). -dnl Copyright (C) 2008 - 2018 The Geeqie Team +dnl Copyright (C) 2008 - 2019 The Geeqie Team dnl dnl This program is free software; you can redistribute it and/or modify dnl it under the terms of the GNU General Public License as published by @@ -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], m4_esyscmd_s(git rev-parse --quiet --verify --short HEAD), [geeqie@freelists.org], [], [http://www.geeqie.org/]) +AC_INIT([geeqie], 1.5, [https://github.com/BestImageViewer/geeqie/issues], [], [http://www.geeqie.org/]) # Add -Werror to the default CFLAGS CFLAGS+=" -Werror -Wno-error=deprecated-declarations -Wno-error=sign-compare -Wno-error=return-type"