- preparing release 2.4.6

This commit is contained in:
Volker Ruppert 2011-02-22 17:10:47 +00:00
parent 70e870443d
commit 697928a33a
4 changed files with 13 additions and 13 deletions

View File

@ -1,4 +1,4 @@
Changes in 2.4.6 release (coming soon):
Changes in 2.4.6 (February 22, 2011):
Brief summary :
- Support more host OS to run on:

View File

@ -1,6 +1,6 @@
Bochs - The cross platform IA-32 (x86) emulator
Updated: Sun Apr 25 09:57:00 CEST 2010
Version: 2.4.5
Updated: Tue Feb 22 18:07:00 CET 2011
Version: 2.4.6
WHAT IS BOCHS?

10
bochs/configure vendored
View File

@ -1,5 +1,5 @@
#! /bin/sh
# From configure.in Id: configure.in,v 1.442 2011/01/23 20:21:21 vruppert Exp .
# From configure.in Id: configure.in,v 1.443 2011/02/22 17:07:25 vruppert Exp .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.65.
#
@ -3105,10 +3105,10 @@ ac_config_headers="$ac_config_headers config.h"
ac_config_headers="$ac_config_headers ltdlconf.h"
VERSION="2.4.5.cvs"
VER_STRING="2.4.5.cvs"
WIN_VER_STRING="2, 4, 5, 1"
REL_STRING="Build from CVS snapshot, after release 2.4.5"
VERSION="2.4.6"
VER_STRING="2.4.6"
WIN_VER_STRING="2, 4, 6, 0"
REL_STRING="Build from CVS snapshot, on February 22, 2011"

View File

@ -2,19 +2,19 @@ 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.442 2011-01-23 20:21:21 vruppert Exp $]])
AC_REVISION([[$Id: configure.in,v 1.443 2011-02-22 17:07:25 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.4.5.cvs"
VER_STRING="2.4.5.cvs"
VERSION="2.4.6"
VER_STRING="2.4.6"
dnl // WIN_VER_STRING format is "a, b, c, d"
dnl // c should be > 90 for pre-release of next version otherwise patch level
dnl // d should be 0 for release and 1 for cvs version
WIN_VER_STRING="2, 4, 5, 1"
REL_STRING="Build from CVS snapshot, after release 2.4.5"
WIN_VER_STRING="2, 4, 6, 0"
REL_STRING="Build from CVS snapshot, on February 22, 2011"
changequote(<<, >>)
changequote([, ])