Skip to content

Commit

Permalink
prepare for release 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lonvia committed Aug 13, 2017
1 parent aab41b7 commit 95df39c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ project(nominatim)

set(NOMINATIM_VERSION_MAJOR 3)
set(NOMINATIM_VERSION_MINOR 0)
set(NOMINATIM_VERSION_PATCH 1)

set(NOMINATIM_VERSION "${NOMINATIM_VERSION_MAJOR}.${NOMINATIM_VERSION_MINOR}")
set(NOMINATIM_VERSION "${NOMINATIM_VERSION_MAJOR}.${NOMINATIM_VERSION_MINOR}.${NOMINATIM_VERSION_PATCH}")

add_definitions(-DNOMINATIM_VERSION="${NOMINATIM_VERSION}")

Expand Down
7 changes: 6 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
3.0
3.0.1

* fix bug in geometry building algorithm in osm2pgsql
* fix typos in build instructions

3.0.0

* move to cmake build system
* various fixes to HTML output
Expand Down

0 comments on commit 95df39c

Please sign in to comment.