Skip to content

Commit

Permalink
Bump version number to 2013-08-05
Browse files Browse the repository at this point in the history
  • Loading branch information
nmlgc committed Aug 5, 2013
1 parent 2ed1cce commit 513c491
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 @@ -21,7 +21,7 @@ It is mainly developed to facilitate self-updating, multilingual translation of

* **Binary hacks** for arbitrary in-memory modifications of the original program (mostly used for custom assembly).

* **Breakpoints** to call a custom DLL function at any instruction of the original code. This function can read and modify the current CPU register state.
* **Breakpoints** to call custom DLL functions at any instruction of the original code. These functions can read and modify the current CPU register state.

* **File breakpoints** to replace data files in memory with replacements from patches.

Expand Down
2 changes: 1 addition & 1 deletion thcrap/src/global.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const char* PROJECT_NAME_SHORT()
}
const DWORD PROJECT_VERSION()
{
return 0x20130729;
return 0x20130805;
}
const char* PROJECT_VERSION_STRING()
{
Expand Down

0 comments on commit 513c491

Please sign in to comment.