Skip to content

Commit a1f9b84

Browse files
committed
Release 2.0
1 parent 86ad120 commit a1f9b84

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ decode Mapcodes.
4646

4747
## Release Notes
4848

49-
* 2.0
49+
* 2.0.0
5050

5151
Support for high-precision mapcodes, with up to 8 character extensions (up to 10 micron accuracy).
5252

mapcode_library_c.doc

0 Bytes
Binary file not shown.

mapcodelib/basics.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
#define UWORD unsigned short int // 2-byte unsigned integer
1818

19-
#define mapcode_cversion "1.85"
19+
#define mapcode_cversion "2.0.0"
2020
#define MAXWIDE 10
2121
#define BASEX 31
2222
#define MAXFITLONG 6

0 commit comments

Comments
 (0)