diff --git a/bochs/CHANGES b/bochs/CHANGES index de0c1407d..1422c9169 100644 --- a/bochs/CHANGES +++ b/bochs/CHANGES @@ -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! diff --git a/bochs/README b/bochs/README index a9c815357..bf0d9906f 100644 --- a/bochs/README +++ b/bochs/README @@ -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? diff --git a/bochs/configure.in b/bochs/configure.in index 0615814b2..896054a56 100644 --- a/bochs/configure.in +++ b/bochs/configure.in @@ -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([, ])