diff --git a/ChangeLog b/ChangeLog index 87275f2a..fcca35cf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 diff --git a/configure.ac b/configure.ac index 53a8e871..1e4a03ca 100644 --- a/configure.ac +++ b/configure.ac @@ -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