diff --git a/ChangeLog b/ChangeLog index ae45f6ca..4f9184e5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -57,3 +57,7 @@ * improve what objects may participate in an address * clean up handled class/type combinations to current OSM usage * lots of bug fixes + +2.3.1 + + * fix parse error in replication state directories (fatal during setup) diff --git a/configure.ac b/configure.ac index a92bbeeb..d7183c8c 100644 --- a/configure.ac +++ b/configure.ac @@ -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