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:
authorkcgen <kcgen@users.noreply.github.com>2022-09-19 00:09:09 +0300
committerkcgen <kcgen@users.noreply.github.com>2022-09-19 00:09:09 +0300
commitd8bdd31a2b40a8e45006c56a5a7487d58b1521ca (patch)
treef4681da2a667e370000397e3bfd66c616e483652
parent81514caf0ddc1d49f45bd39d6809f331f48addc4 (diff)
Bump 0.79 version to 0.80v0.80.0-alpha
-rw-r--r--contrib/linux/dosbox-staging.metainfo.xml1
-rw-r--r--meson.build2
-rw-r--r--src/winres.rc8
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 @@
<category>Emulator</category>
</categories>
<releases>
+ <release version="0.79.0" date="2022-09-19"/>
<release version="0.78.1" date="2022-01-07"/>
<release version="0.78.0" date="2021-12-25"/>
<release version="0.77.1" date="2021-08-28"/>
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"