Skip to content

Commit

Permalink
tagged version as 1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
karupanerura committed Jun 3, 2015
1 parent 7b8ffff commit 7403728
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

GeoHex v3 implementation in C99.

VERSION: 1.00
VERSION: 1.10

# What is GeoHex?

Expand Down
4 changes: 2 additions & 2 deletions include/geohex3.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
#include <geohex3/macro.h>

#define GEOHEX3_MAJOR_VERSION 1
#define GEOHEX3_MINOR_VERSION 0
#define GEOHEX3_MINOR_VERSION 1
#define GEOHEX3_PATCH_VERSION 0
#define GEOHEX3_VERSION "1.00"
#define GEOHEX3_VERSION "1.10"

#define GEOHEX3_MIN_LEVEL 0
#define GEOHEX3_MAX_LEVEL 15
Expand Down

0 comments on commit 7403728

Please sign in to comment.