mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-10-14 02:17:36 +08:00
begin next version
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
0.83.18
|
||||
-
|
||||
0.83.17
|
||||
- Added FISTTP instruction to experimental cputype (LBi)
|
||||
- Updated debugger to support and decode fisttp, fcomi,
|
||||
|
@@ -1,5 +1,5 @@
|
||||
dnl Init.
|
||||
AC_INIT(dosbox-x,0.83.17,[https://github.com/joncampbell123/dosbox-x/issues],[],[https://dosbox-x.com])
|
||||
AC_INIT(dosbox-x,0.83.18,[https://github.com/joncampbell123/dosbox-x/issues],[],[https://dosbox-x.com])
|
||||
AC_PREREQ(2.60)
|
||||
AC_CONFIG_SRCDIR(README.md)
|
||||
|
||||
|
@@ -10,7 +10,7 @@
|
||||
<category>Emulation</category>
|
||||
</categories>
|
||||
<releases>
|
||||
<release version="@PACKAGE_VERSION@" date="2021-8-31"/>
|
||||
<release version="@PACKAGE_VERSION@" date="2021-9-1"/>
|
||||
</releases>
|
||||
<screenshots>
|
||||
<screenshot type="default">
|
||||
|
@@ -1,5 +1,5 @@
|
||||
#define MyAppName "DOSBox-X"
|
||||
#define MyAppVersion "0.83.17"
|
||||
#define MyAppVersion "0.83.18"
|
||||
#define MyAppBit "(32-bit)"
|
||||
#define MyAppPublisher "joncampbell123 [DOSBox-X Team]"
|
||||
#define MyAppURL "https://dosbox-x.com/"
|
||||
@@ -700,4 +700,4 @@ begin
|
||||
Result := ExpandConstant('{commondesktop}')
|
||||
else
|
||||
Result := ExpandConstant('{userdesktop}');
|
||||
end;
|
||||
end;
|
||||
|
@@ -1,4 +1,4 @@
|
||||
# This is the configuration file for DOSBox-X 0.83.17. (Please use the latest version of DOSBox-X)
|
||||
# This is the configuration file for DOSBox-X 0.83.18. (Please use the latest version of DOSBox-X)
|
||||
# Lines starting with a # are comment lines and are ignored by DOSBox-X.
|
||||
# They are used to (briefly) document the effect of each option.
|
||||
# To write out ALL options, use command 'config -all' with -wc or -writeconf options.
|
||||
|
@@ -1,4 +1,4 @@
|
||||
# This is the configuration file for DOSBox-X 0.83.17. (Please use the latest version of DOSBox-X)
|
||||
# This is the configuration file for DOSBox-X 0.83.18. (Please use the latest version of DOSBox-X)
|
||||
# Lines starting with a # are comment lines and are ignored by DOSBox-X.
|
||||
# They are used to (briefly) document the effect of each option.
|
||||
# To write out ALL options, use command 'config -all' with -wc or -writeconf options.
|
||||
|
@@ -1,4 +1,4 @@
|
||||
# This is the configuration file for DOSBox-X 0.83.17. (Please use the latest version of DOSBox-X)
|
||||
# This is the configuration file for DOSBox-X 0.83.18. (Please use the latest version of DOSBox-X)
|
||||
# Lines starting with a # are comment lines and are ignored by DOSBox-X.
|
||||
# They are used to (briefly) document the effect of each option.
|
||||
# To write out ALL options, use command 'config -all' with -wc or -writeconf options.
|
||||
|
@@ -1,4 +1,4 @@
|
||||
/*auto-generated*/
|
||||
#define UPDATED_STR "Aug 31, 2021 9:20:06pm"
|
||||
#define GIT_COMMIT_HASH "a6ccb1b"
|
||||
#define UPDATED_STR "Sep 1, 2021 11:09:24pm"
|
||||
#define GIT_COMMIT_HASH "4a9f1e7"
|
||||
#define COPYRIGHT_END_YEAR "2021"
|
||||
|
@@ -1,8 +1,8 @@
|
||||
#define PACKAGE "dosbox-x"
|
||||
#define PACKAGE_BUGREPORT "https://github.com/joncampbell123/dosbox-x/issues"
|
||||
#define PACKAGE_NAME "dosbox-x"
|
||||
#define PACKAGE_STRING "dosbox-x 0.83.17"
|
||||
#define PACKAGE_STRING "dosbox-x 0.83.18"
|
||||
#define PACKAGE_TARNAME "dosbox-x"
|
||||
#define PACKAGE_URL "https://dosbox-x.com"
|
||||
#define PACKAGE_VERSION "0.83.17"
|
||||
#define VERSION "0.83.17"
|
||||
#define PACKAGE_VERSION "0.83.18"
|
||||
#define VERSION "0.83.18"
|
||||
|
Reference in New Issue
Block a user