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 3956a02 commit 30f0676Copy full SHA for 30f0676
README.md
@@ -4,7 +4,7 @@
4
5
GeoHex v3 implementation in C99.
6
7
-VERSION: 1.20
+VERSION: 1.30
8
9
# What is GeoHex?
10
include/geohex3.h
@@ -8,9 +8,9 @@
#include <geohex3/macro.h>
#define GEOHEX3_MAJOR_VERSION 1
11
-#define GEOHEX3_MINOR_VERSION 2
+#define GEOHEX3_MINOR_VERSION 3
12
#define GEOHEX3_PATCH_VERSION 0
13
-#define GEOHEX3_VERSION "1.20"
+#define GEOHEX3_VERSION "1.30"
14
15
#define GEOHEX3_MIN_LEVEL 0
16
#define GEOHEX3_MAX_LEVEL 15
0 commit comments