Skip to content

Commit 848d33e

Browse files
committed
tagged version as 0.07
1 parent 247c90e commit 848d33e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
GeoHex v3 implementation in C99.
66

7-
VERSION: 0.06
7+
VERSION: 0.07
88

99
# What is GeoHex?
1010

include/geohex3.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
#define GEOHEX3_MAJOR_VERSION 0
1010
#define GEOHEX3_MINOR_VERSION 0
11-
#define GEOHEX3_PATCH_VERSION 6
12-
#define GEOHEX3_VERSION "0.06"
11+
#define GEOHEX3_PATCH_VERSION 7
12+
#define GEOHEX3_VERSION "0.07"
1313

1414
#define GEOHEX3_MIN_LEVEL 0
1515
#define GEOHEX3_MAX_LEVEL 15

0 commit comments

Comments
 (0)