Skip to content

Commit

Permalink
Update NefConUtil.rc
Browse files Browse the repository at this point in the history
  • Loading branch information
nefarius committed Aug 26, 2024
1 parent 0d2054c commit fe205f7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/NefConUtil.rc
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,10,0,0
PRODUCTVERSION 1,10,0,0
FILEVERSION 1,11,0,0
PRODUCTVERSION 1,11,0,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -69,12 +69,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "Nefarius Software Solutions e.U."
VALUE "FileDescription", "Nefarius' Device Console Utility"
VALUE "FileVersion", "1.10.0.0"
VALUE "FileVersion", "1.11.0.0"
VALUE "InternalName", "nefcon.exe"
VALUE "LegalCopyright", "Copyright (C) 2022-2023 Nefarius Software Solutions e.U."
VALUE "LegalCopyright", "Copyright (C) 2022-2024 Nefarius Software Solutions e.U."
VALUE "OriginalFilename", "nefcon.exe"
VALUE "ProductName", "nefcon"
VALUE "ProductVersion", "1.10.0.0"
VALUE "ProductVersion", "1.11.0.0"
END
END
BLOCK "VarFileInfo"
Expand Down

0 comments on commit fe205f7

Please sign in to comment.