Skip to content

Commit

Permalink
Bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
karpour committed Dec 1, 2020
1 parent 8299b88 commit 7712978
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ Typescript types are provides in WinCEPEInfoType.ts.
Since there is no way to find out, the tool can't tell whether a program was compiled for Handheld PCs or Pocket PCs/Palm-Size PCs.
There is an option of looking at DLL imports, so if a program imports a PocketPC-only DLL, you could fairly certainly say that the program was compiled for PocketPC.

Thanks to Atkelar, C:Amie and ntware for helping out
Thanks to Atkelar and C:Amie for helping out
2 changes: 1 addition & 1 deletion src/wcepeinfo.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

#define PROGRAM_NAME "wcepeinfo"

#define PROGRAM_VERSION "0.1"
#define PROGRAM_VERSION "0.2"

#define indent(amount) printf("%*s", amount, "");

Expand Down

0 comments on commit 7712978

Please sign in to comment.