Skip to content

Commit

Permalink
updated CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
JHRobotics committed Jun 1, 2022
1 parent 6fbc877 commit 182ab9c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
0.6.13
- more testing and stability
- fixed memory leaks
- temporary files cleanup
- fixed generating bad file names
- "-patch" command line option renamed to "-patch-tlb" for adding future patches
- "-v" command line option to print version

0.5.8
- fixed problem, that patched compressed files were not loadable
(system crash if you directly apply patch on system/vmm32.vxd)
Expand Down
2 changes: 1 addition & 1 deletion version.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#define PATCHER9X_MINOR 6

#ifndef PATCHER9X_PATCH
#define PATCHER9X_PATCH 12
#define PATCHER9X_PATCH 13
#endif

#define PATCHER9X_TAG "BETA2"
Expand Down

0 comments on commit 182ab9c

Please sign in to comment.