- updates for 2.2.pre3
This commit is contained in:
parent
61bcac3905
commit
56102670fe
@ -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
|
||||
|
@ -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?
|
||||
|
||||
|
8
bochs/configure
vendored
8
bochs/configure
vendored
@ -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"
|
||||
|
||||
|
||||
|
||||
|
@ -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([, ])
|
||||
|
Loading…
Reference in New Issue
Block a user