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 90a5580 commit f6d817eCopy full SHA for f6d817e
README.md
@@ -4,7 +4,7 @@
4
5
GeoHex v3 implementation in C99.
6
7
-VERSION: 1.30
+VERSION: 1.40
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 3
+#define GEOHEX3_MINOR_VERSION 4
12
#define GEOHEX3_PATCH_VERSION 0
13
-#define GEOHEX3_VERSION "1.30"
+#define GEOHEX3_VERSION "1.40"
14
15
#define GEOHEX3_MIN_LEVEL 0
16
#define GEOHEX3_MAX_LEVEL 15
0 commit comments