mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-05-08 19:32:39 +08:00
Prepare for release
This commit is contained in:
parent
abbadb3963
commit
da59770c52
@ -1,4 +1,4 @@
|
||||
Unreleased
|
||||
2022.12.26
|
||||
- Allow more than 640KB of conventional memory,
|
||||
regardless of "allow more than 640kb" option, for
|
||||
Tandy machine type. The setting is capped to 768KB
|
||||
|
@ -1,5 +1,5 @@
|
||||
dnl Init.
|
||||
AC_INIT(dosbox-x,2022.12.25,[https://github.com/joncampbell123/dosbox-x/issues],[],[https://dosbox-x.com])
|
||||
AC_INIT(dosbox-x,2022.12.26,[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="2022-12-25"/>
|
||||
<release version="@PACKAGE_VERSION@" date="2022-12-26"/>
|
||||
</releases>
|
||||
<screenshots>
|
||||
<screenshot type="default">
|
||||
|
@ -1,4 +1,4 @@
|
||||
/*auto-generated*/
|
||||
#define UPDATED_STR "Dec 25, 2022 1:15:16pm"
|
||||
#define GIT_COMMIT_HASH "1736c3b"
|
||||
#define UPDATED_STR "Dec 26, 2022 4:51:47pm"
|
||||
#define GIT_COMMIT_HASH "abbadb3"
|
||||
#define COPYRIGHT_END_YEAR "2022"
|
||||
|
Loading…
x
Reference in New Issue
Block a user