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

@ -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)

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