Skip to content

Commit

Permalink
updated to 2.1.3; driver unload upon exit
Browse files Browse the repository at this point in the history
  • Loading branch information
DarthTon committed Mar 17, 2015
1 parent ab847ca commit f44474c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions src/InjectionCore.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ InjectionCore::InjectionCore( HWND& hMainDlg )

InjectionCore::~InjectionCore()
{
blackbone::Driver().Unload();
}


Expand Down
8 changes: 4 additions & 4 deletions src/Xenos.rc
Original file line number Diff line number Diff line change
Expand Up @@ -192,8 +192,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 2,1,2,0
PRODUCTVERSION 2,1,2,0
FILEVERSION 2,1,3,0
PRODUCTVERSION 2,1,3,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -209,12 +209,12 @@ BEGIN
BLOCK "040004b0"
BEGIN
VALUE "FileDescription", "PE injector"
VALUE "FileVersion", "2.1.2.0"
VALUE "FileVersion", "2.1.3.0"
VALUE "InternalName", "Xenos.exe"
VALUE "LegalCopyright", "Copyright (C) 2015"
VALUE "OriginalFilename", "Xenos.exe"
VALUE "ProductName", "Xenos"
VALUE "ProductVersion", "2.1.2.0"
VALUE "ProductVersion", "2.1.3.0"
END
END
BLOCK "VarFileInfo"
Expand Down

0 comments on commit f44474c

Please sign in to comment.