Begin next version

This commit is contained in:
Jonathan Campbell 2021-08-02 13:57:36 -07:00
parent 9a07cb807c
commit 201cdaf7a1
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
0.83.17
- INT 29h routes output through ANSI.SYS driver in
both IBM PC and PC-98 mode, unless dosbox.conf
setting says ansi.sys=false (joncampbell123)
0.83.16
- Release notes for this version:
https://dosbox-x.com/release-0.83.16.html

View File

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