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 9441a2b commit 7683f86Copy full SHA for 7683f86
README.md
@@ -4,7 +4,7 @@
4
5
GeoHex v3 implementation in C99.
6
7
-VERSION: 0.09
+VERSION: 1.00
8
9
# What is GeoHex?
10
include/geohex3.h
@@ -6,10 +6,10 @@
#include <stdlib.h>
#include <stdbool.h>
-#define GEOHEX3_MAJOR_VERSION 0
+#define GEOHEX3_MAJOR_VERSION 1
#define GEOHEX3_MINOR_VERSION 0
11
-#define GEOHEX3_PATCH_VERSION 9
12
-#define GEOHEX3_VERSION "0.09"
+#define GEOHEX3_PATCH_VERSION 0
+#define GEOHEX3_VERSION "1.00"
13
14
#define GEOHEX3_MIN_LEVEL 0
15
#define GEOHEX3_MAX_LEVEL 15
0 commit comments