diff --git a/bochs/CHANGES b/bochs/CHANGES index a9a3f2d9b..b1a96cd44 100644 --- a/bochs/CHANGES +++ b/bochs/CHANGES @@ -1,4 +1,4 @@ -Changes in 2.2.pre2 (March 25, 2005): +Changes in 2.2.pre3 (April 16, 2005): - CPU - fixes for booting OS/2 by Dmitri Froloff diff --git a/bochs/README b/bochs/README index e469a2a69..ad3476a1f 100644 --- a/bochs/README +++ b/bochs/README @@ -1,6 +1,6 @@ Bochs x86 Pentium+ Emulator -Updated: Fri Mar 25 10:33:15 CET 2005 -Version: 2.2.pre2 +Updated: Sat Apr 16 09:26:05 CEST 2005 +Version: 2.2.pre3 WHAT IS BOCHS? diff --git a/bochs/configure b/bochs/configure index ac8585654..cc4c4e479 100755 --- a/bochs/configure +++ b/bochs/configure @@ -1,5 +1,5 @@ #! /bin/sh -# From configure.in Id: configure.in,v 1.277 2005/03/30 16:40:36 vruppert Exp . +# From configure.in Id: configure.in,v 1.278 2005/04/16 07:32:58 vruppert Exp . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.59. # @@ -1570,9 +1570,9 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu ac_config_headers="$ac_config_headers ltdlconf.h" -VERSION="2.2.pre2.cvs" -VER_STRING="2.2.pre2.cvs" -REL_STRING="Build from CVS, after 2.2.pre2" +VERSION="2.2.pre3" +VER_STRING="2.2.pre3" +REL_STRING="Build from CVS snapshot on April 16, 2005" diff --git a/bochs/configure.in b/bochs/configure.in index 3c8575e33..ffca320db 100644 --- a/bochs/configure.in +++ b/bochs/configure.in @@ -2,15 +2,15 @@ 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.277 2005-03-30 16:40:36 vruppert Exp $]]) +AC_REVISION([[$Id: configure.in,v 1.278 2005-04-16 07:32:58 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.2.pre2.cvs" -VER_STRING="2.2.pre2.cvs" -REL_STRING="Build from CVS, after 2.2.pre2" +VERSION="2.2.pre3" +VER_STRING="2.2.pre3" +REL_STRING="Build from CVS snapshot on April 16, 2005" changequote(<<, >>) changequote([, ])