We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99a9165 commit 1132cbcCopy full SHA for 1132cbc
mapcodelib/mapcoder.h
@@ -18,7 +18,7 @@
18
extern "C" {
19
#endif
20
21
-#define mapcode_cversion "2.1.0"
+#define mapcode_cversion "2.1.2"
22
23
#define UWORD unsigned short int // 2-byte unsigned integer.
24
unitttest/unittest.c
@@ -505,7 +505,7 @@ void main() {
505
#ifdef XSIDE3
506
const char *mapcode_dataversion = "undefined";
507
508
- printf("Mapcode C Library Unit test 2.1.1\n");
+ printf("Mapcode C Library Unit test 2.1.2\n");
509
printf("Library version %s (Data version %s)\n", mapcode_cversion, mapcode_dataversion);
510
511
printf("-----------------------------------------------------------\nAlphabet tests\n");
0 commit comments