Prepare for another release (pre-release?)

This commit is contained in:
Jonathan Campbell 2022-09-02 12:46:48 -07:00
parent fcee38ff80
commit a94167fa90
19 changed files with 22 additions and 22 deletions

View File

@ -1,5 +1,5 @@
dnl Init.
AC_INIT(dosbox-x,2022.09.0,[https://github.com/joncampbell123/dosbox-x/issues],[],[https://dosbox-x.com])
AC_INIT(dosbox-x,2022.09.1,[https://github.com/joncampbell123/dosbox-x/issues],[],[https://dosbox-x.com])
AC_PREREQ(2.60)
AC_CONFIG_SRCDIR(README.md)

View File

@ -10,7 +10,7 @@
<category>Emulation</category>
</categories>
<releases>
<release version="@PACKAGE_VERSION@" date="2022-8-31"/>
<release version="@PACKAGE_VERSION@" date="2022-9-2"/>
</releases>
<screenshots>
<screenshot type="default">

View File

@ -1,6 +1,6 @@
:DOSBOX-X:LANGUAGE:German
:DOSBOX-X:CODEPAGE:850
:DOSBOX-X:VERSION:2022.09.0
:DOSBOX-X:VERSION:2022.09.1
:DOSBOX-X:REMARK:
:AUTOEXEC_CONFIGFILE_HELP
Befehle in diesen Zeilen werden zum Start ausgeführt.

View File

@ -1,6 +1,6 @@
:DOSBOX-X:LANGUAGE:English (United States)
:DOSBOX-X:CODEPAGE:437
:DOSBOX-X:VERSION:2022.09.0
:DOSBOX-X:VERSION:2022.09.1
:DOSBOX-X:REMARK:
:AUTOEXEC_CONFIGFILE_HELP
Lines in this section will be run at startup.

View File

@ -1,6 +1,6 @@
:DOSBOX-X:LANGUAGE:Spanish (Spain)
:DOSBOX-X:CODEPAGE:858
:DOSBOX-X:VERSION:2022.09.0
:DOSBOX-X:VERSION:2022.09.1
:DOSBOX-X:REMARK:
:AUTOEXEC_CONFIGFILE_HELP
Las líneas de esta sección se iniciarán al inicio.

View File

@ -1,6 +1,6 @@
:DOSBOX-X:LANGUAGE:French (France)
:DOSBOX-X:CODEPAGE:859
:DOSBOX-X:VERSION:2022.09.0
:DOSBOX-X:VERSION:2022.09.1
:DOSBOX-X:REMARK:
:AUTOEXEC_CONFIGFILE_HELP
Les lignes de cette section seront exécutées au démarrage.

View File

@ -1,6 +1,6 @@
:DOSBOX-X:LANGUAGE:Japanese
:DOSBOX-X:CODEPAGE:932
:DOSBOX-X:VERSION:2022.09.0
:DOSBOX-X:VERSION:2022.09.1
:DOSBOX-X:REMARK:PC-98, JEGA, DOS/V エミュレーション、または とコード ページ 932 の日本語フォントを使用して、日本語の表示と印刷を直接サポートします
:AUTOEXEC_CONFIGFILE_HELP
このセクションに記載の行は起動時に実行されます。

View File

@ -1,6 +1,6 @@
:DOSBOX-X:LANGUAGE:Korean
:DOSBOX-X:CODEPAGE:949
:DOSBOX-X:VERSION:2022.09.0
:DOSBOX-X:VERSION:2022.09.1
:DOSBOX-X:REMARK:DOS/V 에뮬레이션 또는 코드 페이지 949의 한국어 글꼴을 사용하여 한국어 표시 및 인쇄를 직접 지원합니다.
:AUTOEXEC_CONFIGFILE_HELP
이 섹션에 나열된 줄은 시작할 때 실행됩니다.

View File

@ -1,6 +1,6 @@
:DOSBOX-X:LANGUAGE:Portuguese (Brazil)
:DOSBOX-X:CODEPAGE:860
:DOSBOX-X:VERSION:2022.09.0
:DOSBOX-X:VERSION:2022.09.1
:DOSBOX-X:REMARK:
:AUTOEXEC_CONFIGFILE_HELP
As linhas nesta seção serão sempre executadas ao se iniciar o DOSBox-X.

View File

@ -1,6 +1,6 @@
:DOSBOX-X:LANGUAGE:Turkish (Turkey)
:DOSBOX-X:CODEPAGE:857
:DOSBOX-X:VERSION:2022.09.0
:DOSBOX-X:VERSION:2022.09.1
:DOSBOX-X:REMARK:
:AUTOEXEC_CONFIGFILE_HELP
Lines in this section will be run at startup.

View File

@ -1,6 +1,6 @@
:DOSBOX-X:LANGUAGE:Simplified Chinese
:DOSBOX-X:CODEPAGE:936
:DOSBOX-X:VERSION:2022.09.0
:DOSBOX-X:VERSION:2022.09.1
:DOSBOX-X:REMARK:建议将国家和代码页设为 86,936 并搭配中文字体; 或使用 chs 或 cn 中文 DOS/V 模式以直接支持中文显示和打印
:AUTOEXEC_CONFIGFILE_HELP
Lines in this section will be run at startup.

View File

@ -1,6 +1,6 @@
:DOSBOX-X:LANGUAGE:Traditional Chinese
:DOSBOX-X:CODEPAGE:950
:DOSBOX-X:VERSION:2022.09.0
:DOSBOX-X:VERSION:2022.09.1
:DOSBOX-X:REMARK:建議將國家和字碼頁設為 886,950 並搭配中文字型; 或使用 cht 或 tw 中文 DOS/V 模式以直接支援中文顯示和列印
:AUTOEXEC_CONFIGFILE_HELP
段落中的指令行會在啟動時執行.

View File

@ -1,5 +1,5 @@
#define MyAppName "DOSBox-X"
#define MyAppVersion "2022.09.0"
#define MyAppVersion "2022.09.1"
#define MyAppBit "(32-bit)"
#define MyAppPublisher "joncampbell123 [DOSBox-X Team]"
#define MyAppURL "https://dosbox-x.com/"

View File

@ -1,4 +1,4 @@
# This is the configuration file for DOSBox-X 2022.09.0. (Please use the latest version of DOSBox-X)
# This is the configuration file for DOSBox-X 2022.09.1. (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.

View File

@ -1,4 +1,4 @@
# This is the configuration file for DOSBox-X 2022.09.0. (Please use the latest version of DOSBox-X)
# This is the configuration file for DOSBox-X 2022.09.1. (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.

View File

@ -1,4 +1,4 @@
# This is the configuration file for DOSBox-X 2022.09.0. (Please use the latest version of DOSBox-X)
# This is the configuration file for DOSBox-X 2022.09.1. (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.

View File

@ -1,4 +1,4 @@
/*auto-generated*/
#define UPDATED_STR "Aug 31, 2022 7:38:21pm"
#define GIT_COMMIT_HASH "eb258d1"
#define UPDATED_STR "Sep 2, 2022 12:41:19pm"
#define GIT_COMMIT_HASH "fcee38f"
#define COPYRIGHT_END_YEAR "2022"

View File

@ -3,7 +3,7 @@
#include "../include/resource.h"
#include "../vs/config_package.h"
#define VERSION_NUMBER 2022,09,0,0
#define VERSION_NUMBER 2022,09,1,0
// icon resource
dosbox_ico ICON "../contrib/icons/dosbox-x.ico"

View File

@ -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 2022.09.0"
#define PACKAGE_STRING "dosbox-x 2022.09.1"
#define PACKAGE_TARNAME "dosbox-x"
#define PACKAGE_URL "https://dosbox-x.com"
#define PACKAGE_VERSION "2022.09.0"
#define VERSION "2022.09.0"
#define PACKAGE_VERSION "2022.09.1"
#define VERSION "2022.09.1"