Skip to content

Commit

Permalink
dumped new version
Browse files Browse the repository at this point in the history
  • Loading branch information
knoxfighter committed Jun 23, 2021
1 parent e3cdbb1 commit 2a79118
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dllmain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ void readArcExports() {

uintptr_t mod_imgui(uint32_t not_charsel_or_loading) {
try {
ImGui::ShowDemoWindow();
// ImGui::ShowDemoWindow();
if (!not_charsel_or_loading) return 0;
ShowKillproof();

Expand Down
8 changes: 4 additions & 4 deletions killproof_me.rc
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@ ID_Commander_White PNG "icons\\Commander_tag_(white).pn
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 2,4,0,3
PRODUCTVERSION 2,4,0,3
FILEVERSION 2,5,0,5
PRODUCTVERSION 2,5,0,5
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -131,12 +131,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "TODO: <Company name>"
VALUE "FileDescription", "TODO: <File description>"
VALUE "FileVersion", "2.4.0.3"
VALUE "FileVersion", "2.5.0.5"
VALUE "InternalName", "killproo.dll"
VALUE "LegalCopyright", "Copyright (C) 2021"
VALUE "OriginalFilename", "killproo.dll"
VALUE "ProductName", "TODO: <Product name>"
VALUE "ProductVersion", "2.4.0.3"
VALUE "ProductVersion", "2.5.0.5"
END
END
BLOCK "VarFileInfo"
Expand Down

0 comments on commit 2a79118

Please sign in to comment.