Skip to content

Commit 30f0676

Browse files
committed
tagged version as 1.30
1 parent 3956a02 commit 30f0676

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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: 1.20
7+
VERSION: 1.30
88

99
# What is GeoHex?
1010

include/geohex3.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
#include <geohex3/macro.h>
99

1010
#define GEOHEX3_MAJOR_VERSION 1
11-
#define GEOHEX3_MINOR_VERSION 2
11+
#define GEOHEX3_MINOR_VERSION 3
1212
#define GEOHEX3_PATCH_VERSION 0
13-
#define GEOHEX3_VERSION "1.20"
13+
#define GEOHEX3_VERSION "1.30"
1414

1515
#define GEOHEX3_MIN_LEVEL 0
1616
#define GEOHEX3_MAX_LEVEL 15

0 commit comments

Comments
 (0)