bump version for 2.5.1 release

This commit is contained in:
Sarah Hoffmann 2016-04-26 22:05:46 +02:00
parent 083c55b230
commit 805f16b0cd
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2.5.1
* fix layout error in details page when keywords are displayed
* fix website check during setup
2.5
* reverse geocoding includes looking up housenumbers from Tiger data

View File

@ -1,4 +1,4 @@
AC_INIT(Nominatim,2.5)
AC_INIT(Nominatim,2.5.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