Bump version number for --no-simplification-of-shared-nodes

This commit is contained in:
Eric Fischer 2019-05-16 10:13:43 -07:00
parent 42ee195bc3
commit dcdfb94ba9
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
## 1.34.3
* Add an option to keep intersection nodes from being simplified away
## 1.34.2
* Be more consistent about when longitudes beyond 180 are allowed.

View File

@ -1,6 +1,6 @@
#ifndef VERSION_HPP
#define VERSION_HPP
#define VERSION "v1.34.2"
#define VERSION "v1.34.3"
#endif