- updates after bugfix release 2.4.1

This commit is contained in:
Volker Ruppert 2009-06-07 09:47:33 +00:00
parent 3e8e512a14
commit c165db8024
3 changed files with 8 additions and 8 deletions

View File

@ -1,4 +1,4 @@
Changes in 2.4.1 (coming soon):
Changes in 2.4.1 (June 7, 2009):
- Fixed bunch of CPUID issues
- Bochs is now able to install and boot 64-bit Windows images!

View File

@ -1,6 +1,6 @@
Bochs - The cross platform IA-32 (x86) emulator
Updated: Sun May 3 07:34:00 CEST 2009
Version: 2.4
Updated: Sun June 7 10:07:00 CEST 2009
Version: 2.4.1
WHAT IS BOCHS?

View File

@ -2,19 +2,19 @@ dnl // Process this file with autoconf to produce a configure script.
AC_PREREQ(2.50)
AC_INIT(bochs.h)
AC_REVISION([[$Id: configure.in,v 1.404 2009-05-19 18:07:42 sshwarts Exp $]])
AC_REVISION([[$Id: configure.in,v 1.405 2009-06-07 09:47:33 vruppert Exp $]])
AC_CONFIG_HEADER(config.h)
AC_CONFIG_HEADER(ltdlconf.h)
dnl // Put Bochs version information right here so that it gets substituted
dnl // into all the right places.
VERSION="2.4.cvs"
VER_STRING="2.4.cvs"
VERSION="2.4.1.cvs"
VER_STRING="2.4.1.cvs"
dnl // WIN_VER_STRING format is "a, b, c, d"
dnl // c should be > 90 for pre-release of next version otherwise patch level
dnl // d should be 0 for release and 1 for cvs version
WIN_VER_STRING="2, 4, 0, 1"
REL_STRING="Build from CVS snapshot, after release 2.4"
WIN_VER_STRING="2, 4, 1, 1"
REL_STRING="Build from CVS snapshot, after release 2.4.1"
changequote(<<, >>)
changequote([, ])