Skip to content

Commit

Permalink
Change version to 5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Matrix3600 committed Aug 31, 2023
1 parent 22dd37e commit b93fa76
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion manifest.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity type="win32" name="superUser" version="5.4.0.0"/>
<assemblyIdentity type="win32" name="superUser" version="5.5.0.0"/>
<compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
<application>
<!-- Windows Vista -->
Expand Down
8 changes: 4 additions & 4 deletions msvc/superUser.rc
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_NEUTRAL
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 5,4,0,0
PRODUCTVERSION 5,4,0,0
FILEVERSION 5,5,0,0
PRODUCTVERSION 5,5,0,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -42,12 +42,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "Awoo~"
VALUE "FileDescription", "Run any process with TrustedInstaller privileges"
VALUE "FileVersion", "5.4.0.0"
VALUE "FileVersion", "5.5.0.0"
VALUE "InternalName", "superUser"
VALUE "LegalCopyright", "Copyright (C) 2023"
VALUE "OriginalFilename", "superUser.exe"
VALUE "ProductName", "superUser"
VALUE "ProductVersion", "5.4.0.0"
VALUE "ProductVersion", "5.5.0.0"
END
END
BLOCK "VarFileInfo"
Expand Down
8 changes: 4 additions & 4 deletions superUser.rc
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
#endif

1 VERSIONINFO
FILEVERSION 5,4,0,0
PRODUCTVERSION 5,4,0,0
FILEVERSION 5,5,0,0
PRODUCTVERSION 5,5,0,0
FILEOS 0x40004
FILETYPE 0x1
{
Expand All @@ -18,12 +18,12 @@ FILETYPE 0x1
{
VALUE "CompanyName", "Awoo~"
VALUE "FileDescription", "Run any process with TrustedInstaller privileges"
VALUE "FileVersion", "5.4"
VALUE "FileVersion", "5.5"
VALUE "InternalName", "superUser"
VALUE "LegalCopyright", "Copyright (C) 2023"
VALUE "OriginalFilename", FILENAME
VALUE "ProductName", "superUser"
VALUE "ProductVersion", "5.4"
VALUE "ProductVersion", "5.5"
}
}

Expand Down

0 comments on commit b93fa76

Please sign in to comment.