Skip to content

Commit 1132cbc

Browse files
Updated version numbers
1 parent 99a9165 commit 1132cbc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mapcodelib/mapcoder.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
extern "C" {
1919
#endif
2020

21-
#define mapcode_cversion "2.1.0"
21+
#define mapcode_cversion "2.1.2"
2222

2323
#define UWORD unsigned short int // 2-byte unsigned integer.
2424

unitttest/unittest.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@ void main() {
505505
#ifdef XSIDE3
506506
const char *mapcode_dataversion = "undefined";
507507
#endif
508-
printf("Mapcode C Library Unit test 2.1.1\n");
508+
printf("Mapcode C Library Unit test 2.1.2\n");
509509
printf("Library version %s (Data version %s)\n", mapcode_cversion, mapcode_dataversion);
510510

511511
printf("-----------------------------------------------------------\nAlphabet tests\n");

0 commit comments

Comments
 (0)