Bump version number

This commit is contained in:
Eric Fischer 2016-01-12 14:27:05 -08:00
parent 83322d8e35
commit 872df4bd9f
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
## 1.7.0
* Parallel processing of input with -P works with streamed input too
* Error handling if unsupported options given to -p or -a
## 1.6.4
* Fix crashing bug when layers are being merged with -l

View File

@ -280,7 +280,7 @@ struct index {
long long end;
unsigned long long index;
short segment;
unsigned long long seq : (64 - 16); // pack with segment to stay in 32 bytes
unsigned long long seq : (64 - 16); // pack with segment to stay in 32 bytes
};
int indexcmp(const void *v1, const void *v2) {

View File

@ -1 +1 @@
#define VERSION "tippecanoe v1.6.4\n"
#define VERSION "tippecanoe v1.7.0\n"