We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d76b13 commit 64ed029Copy full SHA for 64ed029
README.md
@@ -4,7 +4,7 @@
4
5
GeoHex v3 implementation in C99.
6
7
-VERSION: 0.08
+VERSION: 0.09
8
9
# What is GeoHex?
10
include/geohex3.h
@@ -8,8 +8,8 @@
#define GEOHEX3_MAJOR_VERSION 0
#define GEOHEX3_MINOR_VERSION 0
11
-#define GEOHEX3_PATCH_VERSION 8
12
-#define GEOHEX3_VERSION "0.08"
+#define GEOHEX3_PATCH_VERSION 9
+#define GEOHEX3_VERSION "0.09"
13
14
#define GEOHEX3_MIN_LEVEL 0
15
#define GEOHEX3_MAX_LEVEL 15
0 commit comments