Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Maschell committed Jul 19, 2023
1 parent 4a23abf commit e6fbc85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ WUMS_MODULE_EXPORT_NAME("homebrew_kernel");
WUMS_MODULE_SKIP_INIT_FINI();
WUMS_MODULE_INIT_BEFORE_RELOCATION_DONE_HOOK();

#define MODULE_VERSION "v0.2"
#define MODULE_VERSION "v0.2.1"
#define MODULE_VERSION_FULL MODULE_VERSION MODULE_VERSION_EXTRA

#define KERN_SYSCALL_TBL1 0xFFE84C70 //Unknown
Expand Down Expand Up @@ -225,4 +225,4 @@ WUMS_APPLICATION_STARTS() {
WUMS_EXPORT_FUNCTION(KernelCopyData);
WUMS_EXPORT_FUNCTION(KernelWriteSRs);
WUMS_EXPORT_FUNCTION(KernelReadSRs);
WUMS_EXPORT_FUNCTION(KernelPatchSyscall);
WUMS_EXPORT_FUNCTION(KernelPatchSyscall);

0 comments on commit e6fbc85

Please sign in to comment.