Skip to content

Commit 87382c3

Browse files
committed
tagged version as 0.06
1 parent 9860b6a commit 87382c3

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.05
7+
VERSION: 0.06
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 5
12-
#define GEOHEX3_VERSION "0.05"
11+
#define GEOHEX3_PATCH_VERSION 6
12+
#define GEOHEX3_VERSION "0.06"
1313

1414
#define GEOHEX3_MIN_LEVEL 0
1515
#define GEOHEX3_MAX_LEVEL 15

0 commit comments

Comments
 (0)