From: Sarah Hoffmann Date: Sat, 4 Oct 2014 20:20:40 +0000 (+0200) Subject: bump development version to 2.4 X-Git-Tag: v2.4.0~86 X-Git-Url: https://git.openstreetmap.org/nominatim.git/commitdiff_plain/d794b74550f24048a048ec6782a6af0b4bb4b94b bump development version to 2.4 --- diff --git a/configure.ac b/configure.ac index a92bbeeb..70770948 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(Nominatim,2.2) +AC_INIT(Nominatim,2.4) if git rev-parse HEAD 2>/dev/null >/dev/null; then AC_SUBST([PACKAGE_VERSION], [$PACKAGE_VERSION-git-`git rev-parse --short HEAD`]) fi