- change version numbers to prepare for 2.0 prerelease #1.
This commit is contained in:
parent
09dc13d0f8
commit
53642bd5dd
13
bochs/README
13
bochs/README
@ -1,6 +1,6 @@
|
||||
Bochs x86 Pentium Emulator
|
||||
Updated: Wed Mar 27 20:02:41 2002
|
||||
Version: 1.4
|
||||
Updated: Wed Nov 13 23:52:42 EST 2002
|
||||
Version: 2.0.pre1
|
||||
|
||||
WHAT IS BOCHS?
|
||||
|
||||
@ -34,11 +34,12 @@ CVS version instead.
|
||||
|
||||
WHERE ARE THE DOCS?
|
||||
|
||||
The Bochs documentation has been overhauled, and it is now
|
||||
distributed in a separate package called bochsdoc-VERSION.tar.gz.
|
||||
A copy is also online at
|
||||
The Bochs documentation in transition between the old documentation
|
||||
written in HTML and the new documentation written in Docbook format.
|
||||
The new documentation is online at
|
||||
http://bochs.sf.net/doc/docbook/alldocs.html
|
||||
For now, the old documentation can still be found at
|
||||
and it is the most current. Some information has not yet been
|
||||
transferred from the old HTML docs. This can be found at
|
||||
http://bochs.sf.net/docs-html
|
||||
|
||||
WHERE CAN I GET MORE INFORMATION? HOW DO I REPORT PROBLEMS?
|
||||
|
9
bochs/configure
vendored
9
bochs/configure
vendored
@ -1,5 +1,5 @@
|
||||
#! /bin/sh
|
||||
# From configure.in Id: configure.in,v 1.160 2002/11/08 21:29:16 cbothamy Exp .
|
||||
# From configure.in Id: configure.in,v 1.163 2002/11/13 21:00:02 sshwarts Exp .
|
||||
# Guess values for system-dependent variables and create Makefiles.
|
||||
# Generated by GNU Autoconf 2.53.
|
||||
#
|
||||
@ -1434,9 +1434,9 @@ ac_config_headers="$ac_config_headers config.h"
|
||||
ac_config_headers="$ac_config_headers ltdlconf.h"
|
||||
|
||||
|
||||
VERSION="1.4.cvs"
|
||||
VER_STRING="cvs-snapshot"
|
||||
REL_STRING=""
|
||||
VERSION="2.0.pre1"
|
||||
VER_STRING="2.0.pre1"
|
||||
REL_STRING="Build from CVS snapshot on November 13, 2002"
|
||||
|
||||
|
||||
|
||||
@ -20127,6 +20127,7 @@ fi;
|
||||
|
||||
|
||||
|
||||
|
||||
echo "$as_me:$LINENO: checking for gdb stub enable" >&5
|
||||
echo $ECHO_N "checking for gdb stub enable... $ECHO_C" >&6
|
||||
# Check whether --enable-gdb-stub or --disable-gdb-stub was given.
|
||||
|
@ -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.163 2002-11-13 21:00:02 sshwarts Exp $]])
|
||||
AC_REVISION([[$Id: configure.in,v 1.164 2002-11-14 18:17:29 bdenney 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="1.4.cvs"
|
||||
VER_STRING="cvs-snapshot"
|
||||
REL_STRING=""
|
||||
VERSION="2.0.pre1"
|
||||
VER_STRING="2.0.pre1"
|
||||
REL_STRING="Build from CVS snapshot on November 13, 2002"
|
||||
|
||||
changequote(<<, >>)
|
||||
changequote([, ])
|
||||
|
Loading…
x
Reference in New Issue
Block a user