Skip to content

Commit

Permalink
prepare for 3.3.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
lonvia committed May 2, 2020
1 parent ae85cec commit f0f4ded
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ project(nominatim)

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

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

Expand Down
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
3.3.1
* security fix: fix possible SQL injection via details API

3.3.0

* zoom 17 in reverse now zooms in on minor streets
Expand Down

0 comments on commit f0f4ded

Please sign in to comment.