Bump version number

This commit is contained in:
Eric Fischer 2017-11-03 15:19:43 -07:00
parent 1960eb8dae
commit e39db074fe
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
## 1.26.5
* Support UTF-16 surrogate pairs in JSON strings
* Support arbitrarily long lines in CSV files.
* Treat CSV fields as numbers only if they follow JSON number syntax
## 1.26.4
* Array bounds bug fix in binary to decimal conversion library

View File

@ -1,6 +1,6 @@
#ifndef VERSION_HPP
#define VERSION_HPP
#define VERSION "tippecanoe v1.26.4\n"
#define VERSION "tippecanoe v1.26.5\n"
#endif