Skip to content

Commit

Permalink
- updates for release 2.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
vruppert committed Sep 16, 2007
1 parent d8d20c6 commit b066a1e
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion CHANGES
@@ -1,4 +1,4 @@
Changes in 2.3.5 release (coming soon):
Changes in 2.3.5 (September 16, 2007):

Brief summary :
- Critical problems fixed for x86-64 support in CPU and Bochs internal debugger
Expand Down
4 changes: 2 additions & 2 deletions README
@@ -1,6 +1,6 @@
Bochs x86 Pentium+ Emulator
Updated: Sun Aug 27 09:18:00 CEST 2006
Version: 2.3
Updated: Sun Sep 16 09:53:00 CEST 2007
Version: 2.3.5

WHAT IS BOCHS?

Expand Down
10 changes: 5 additions & 5 deletions configure
@@ -1,5 +1,5 @@
#! /bin/sh
# From configure.in Id: configure.in,v 1.338 2007/07/15 19:03:38 sshwarts Exp .
# From configure.in Id: configure.in,v 1.339 2007/07/31 20:25:51 sshwarts Exp .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.60.
#
Expand Down Expand Up @@ -2067,9 +2067,9 @@ ac_config_headers="$ac_config_headers config.h"
ac_config_headers="$ac_config_headers ltdlconf.h"


VERSION="2.3.cvs"
VER_STRING="2.3.cvs"
REL_STRING="Build from CVS snapshot, after release 2.3"
VERSION="2.3.5"
VER_STRING="2.3.5"
REL_STRING="Build from CVS snapshot, on September 16, 2007"



Expand Down Expand Up @@ -23112,7 +23112,7 @@ if test "$ac_x_libraries" = no; then
# See if we find them without any special options.
# Don't add to $LIBS permanently.
ac_save_LIBS=$LIBS
LIBS="-lX11 $LIBS"
LIBS="-lXt $LIBS"
cat >conftest.$ac_ext <<_ACEOF
/* confdefs.h. */
_ACEOF
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.339 2007/07/31 20:25:51 sshwarts Exp $]])
AC_REVISION([[$Id: configure.in,v 1.340 2007/09/16 07:53:00 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.3.cvs"
VER_STRING="2.3.cvs"
REL_STRING="Build from CVS snapshot, after release 2.3"
VERSION="2.3.5"
VER_STRING="2.3.5"
REL_STRING="Build from CVS snapshot, on September 16, 2007"

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

0 comments on commit b066a1e

Please sign in to comment.