Skip to content

Commit f6d817e

Browse files
committed
tagged version as 1.40
1 parent 90a5580 commit f6d817e

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.30
7+
VERSION: 1.40
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 3
11+
#define GEOHEX3_MINOR_VERSION 4
1212
#define GEOHEX3_PATCH_VERSION 0
13-
#define GEOHEX3_VERSION "1.30"
13+
#define GEOHEX3_VERSION "1.40"
1414

1515
#define GEOHEX3_MIN_LEVEL 0
1616
#define GEOHEX3_MAX_LEVEL 15

0 commit comments

Comments
 (0)