prepare 2.3.1 release

This commit is contained in:
Sarah Hoffmann
2014-11-27 22:37:05 +01:00
parent 0bc81fe59c
commit a7ef9426d3
2 changed files with 5 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
AC_INIT(Nominatim,2.2)
AC_INIT(Nominatim,2.3.1)
if git rev-parse HEAD 2>/dev/null >/dev/null; then
AC_SUBST([PACKAGE_VERSION], [$PACKAGE_VERSION-git-`git rev-parse --short HEAD`])
fi