Skip to content

Commit 9e7e552

Browse files
committed
Fixed README and updated version to 2.2.2
1 parent 74f4ee7 commit 9e7e552

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

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

6363
# Release Notes
6464

65-
* 2.2.2 (NOT RELEASED YET)
65+
* 2.2.2
6666

6767
Removed minor warnings from CLion inspections.
6868

mapcodelib/mapcoder.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
extern "C" {
2222
#endif
2323

24-
#define mapcode_cversion "2.2.1"
24+
#define mapcode_cversion "2.2.2"
2525

2626
#define UWORD unsigned short int // 2-byte unsigned integer.
2727

@@ -365,4 +365,4 @@ const UWORD *encodeToAlphabet(const char *string, int alphabet);
365365
#ifdef __cplusplus
366366
}
367367
#endif
368-
#endif
368+
#endif

unitttest/README.md

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

33
To build the unit tests, execute:
44

5-
cd utility
5+
cd unittest
66
gcc -O unittest.c -o unittest
77

88
(Or if you need to make sure there are no warnings:)

0 commit comments

Comments
 (0)