Skip to content

Commit 7683f86

Browse files
committed
tagged version as 1.00
1 parent 9441a2b commit 7683f86

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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.09
7+
VERSION: 1.00
88

99
# What is GeoHex?
1010

include/geohex3.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
#include <stdlib.h>
77
#include <stdbool.h>
88

9-
#define GEOHEX3_MAJOR_VERSION 0
9+
#define GEOHEX3_MAJOR_VERSION 1
1010
#define GEOHEX3_MINOR_VERSION 0
11-
#define GEOHEX3_PATCH_VERSION 9
12-
#define GEOHEX3_VERSION "0.09"
11+
#define GEOHEX3_PATCH_VERSION 0
12+
#define GEOHEX3_VERSION "1.00"
1313

1414
#define GEOHEX3_MIN_LEVEL 0
1515
#define GEOHEX3_MAX_LEVEL 15

0 commit comments

Comments
 (0)