@@ -11,21 +11,21 @@ Copyright (C) 2014-2015 Stichting Mapcode Foundation (http://www.mapcode.com)
1111
1212The directory 'mapcodelib' contains the files:
1313
14- mapcoder.h <-- Header file with method prototypes and defines for caller.
15- mapcoder.c
16- basics.h
14+ mapcoder.h <-- Header file with method prototypes and defines for caller.
15+ mapcoder.c
16+ basics.h
1717
1818Together these provide routine to encode/decode Mapcodes.
1919
2020Documentation, including example snippets of C source code, can be found in
2121
22- mapcode_library.doc (Microsoft Word format).
22+ mapcode_library.doc (Microsoft Word format).
2323
2424Also see www.mapcode.com for background and reference materials.
2525
2626Note: this version may be restricted to a particular area of the Earth!
2727In that case, basics.h will state a version number of the for:
28- #define mapcode_cversion "1.2xxx"
28+ #define mapcode_cversion "1.2xxx"
2929where "xxx" states the geographical limitation.
3030
3131
@@ -48,9 +48,11 @@ decode Mapcodes.
4848
4949* 1.50
5050
51+
52+ Major release. This version is not compatible with mapcode 1.4x!
5153 Added 22-chararcter post-processing of all-digit mapcodes for the Greek alphabet.
52- Retired legacy aliases EAZ and SKM, AU-QL, AU-TS, AU-NI and AU-JB.
53- Retired legacy Antarctica claims AT0 through AT8.
54+ Retired legacy aliases EAZ and SKM, AU-QL, AU-TS, AU-NI and AU-JB.
55+ Retired legacy Antarctica claims AT0 through AT8.
5456
5557* 1.41.1
5658
0 commit comments