From d8bdd31a2b40a8e45006c56a5a7487d58b1521ca Mon Sep 17 00:00:00 2001 From: kcgen Date: Sun, 18 Sep 2022 14:09:09 -0700 Subject: Bump 0.79 version to 0.80 --- contrib/linux/dosbox-staging.metainfo.xml | 1 + meson.build | 2 +- src/winres.rc | 8 ++++---- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/contrib/linux/dosbox-staging.metainfo.xml b/contrib/linux/dosbox-staging.metainfo.xml index 65dc6cf0a..2acc3a188 100644 --- a/contrib/linux/dosbox-staging.metainfo.xml +++ b/contrib/linux/dosbox-staging.metainfo.xml @@ -58,6 +58,7 @@ Emulator + diff --git a/meson.build b/meson.build index 9a6340ab3..d9fcda913 100644 --- a/meson.build +++ b/meson.build @@ -2,7 +2,7 @@ project( 'dosbox-staging', 'c', 'cpp', - version: '0.79.0', + version: '0.80.0', license: 'GPL-3.0-or-later', meson_version: '>= 0.56.0', default_options: [ 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" -- cgit v1.2.3