Skip to content

Commit

Permalink
- updates for release 2.3.pre1
Browse files Browse the repository at this point in the history
  • Loading branch information
vruppert committed Jun 25, 2006
1 parent c3b7f3f commit 99fdb09
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion CHANGES
@@ -1,4 +1,4 @@
Changes in 2.3 release:
Changes in 2.3 (not yet released):

- CPU and internal debugger fixes
- Fixed bug in FSTENV instruction (Stanislav Shwartsman)
Expand Down
4 changes: 2 additions & 2 deletions README
@@ -1,6 +1,6 @@
Bochs x86 Pentium+ Emulator
Updated: Sun Jan 29 09:48:00 CET 2006
Version: 2.2.6
Updated: Sun Jun 25 19:48:00 CEST 2006
Version: 2.3.pre1

WHAT IS BOCHS?

Expand Down
8 changes: 4 additions & 4 deletions configure
@@ -1,5 +1,5 @@
#! /bin/sh
# From configure.in Id: configure.in,v 1.320 2006/05/27 15:54:47 sshwarts Exp .
# From configure.in Id: configure.in,v 1.322 2006/06/25 17:49:20 vruppert Exp .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.59.
#
Expand Down Expand Up @@ -1588,9 +1588,9 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
ac_config_headers="$ac_config_headers ltdlconf.h"


VERSION="2.2.6.cvs"
VER_STRING="2.2.6.cvs"
REL_STRING="Build from CVS snapshot, after 2.2.6"
VERSION="2.3.pre1"
VER_STRING="2.3.pre1"
REL_STRING="Build from CVS snapshot on June 25, 2006"



Expand Down
8 changes: 4 additions & 4 deletions configure.in
Expand Up @@ -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.321 2006/06/22 16:43:50 sshwarts Exp $]])
AC_REVISION([[$Id: configure.in,v 1.322 2006/06/25 17:49:20 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.6.cvs"
VER_STRING="2.2.6.cvs"
REL_STRING="Build from CVS snapshot, after 2.2.6"
VERSION="2.3.pre1"
VER_STRING="2.3.pre1"
REL_STRING="Build from CVS snapshot on June 25, 2006"

changequote(<<, >>)
changequote([, ])
Expand Down

0 comments on commit 99fdb09

Please sign in to comment.