Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dosbox-staging/dosbox-staging.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/winres.rc')
-rw-r--r--src/winres.rc8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/winres.rc b/src/winres.rc
index 97aa6666a..91544671b 100644
--- a/src/winres.rc
+++ b/src/winres.rc
@@ -6,8 +6,8 @@ DOSBOX_ICO ICON "..\\contrib\\icons\\dosbox-staging.ico"
// version resource
VS_VERSION_INFO VERSIONINFO
- FILEVERSION 0,79,0,0
- PRODUCTVERSION 0,79,0,0
+ FILEVERSION 0,80,0,0
+ PRODUCTVERSION 0,80,0,0
FILEFLAGSMASK 0x3fL
FILEFLAGS 0x0L
FILEOS 0x40004L
@@ -21,12 +21,12 @@ BEGIN
VALUE "Comments", "© 2022 The DOSBox Staging Team, published under GNU GPL"
VALUE "CompanyName", "DOSBox Staging"
VALUE "FileDescription", "DOSBox Staging DOS Emulator"
- VALUE "FileVersion", "0, 79, 0, 0"
+ VALUE "FileVersion", "0, 80, 0, 0"
VALUE "InternalName", "dosbox-staging"
VALUE "LegalCopyright", "Copyright © 2022 The DOSBox Staging Team"
VALUE "OriginalFilename", "dosbox.exe"
VALUE "ProductName", "DOSBox Staging"
- VALUE "ProductVersion", "0, 79, 0, 0"
+ VALUE "ProductVersion", "0, 80, 0, 0"
END
END
BLOCK "VarFileInfo"