- preparing release 2.4.5
This commit is contained in:
parent
4992c4b89f
commit
d260c84bd3
@ -1,4 +1,4 @@
|
||||
Changes after 2.4.2:
|
||||
Changes in 2.4.5 (April 25, 2010):
|
||||
|
||||
Brief summary :
|
||||
- Major configure/cpu rework allowing to enable/disable CPU options at runtime
|
||||
|
@ -1,6 +1,6 @@
|
||||
Bochs - The cross platform IA-32 (x86) emulator
|
||||
Updated: Thu November 12 13:53:00 CET 2009
|
||||
Version: 2.4.2
|
||||
Updated: Sun Apr 25 09:57:00 CEST 2010
|
||||
Version: 2.4.5
|
||||
|
||||
WHAT IS BOCHS?
|
||||
|
||||
|
@ -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.436 2010-04-24 09:36:04 sshwarts Exp $]])
|
||||
AC_REVISION([[$Id: configure.in,v 1.437 2010-04-25 07:57:19 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.2.cvs"
|
||||
VER_STRING="2.4.2.cvs"
|
||||
VERSION="2.4.5"
|
||||
VER_STRING="2.4.5"
|
||||
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, 2, 1"
|
||||
REL_STRING="Build from CVS snapshot, after release 2.4.2"
|
||||
WIN_VER_STRING="2, 4, 5, 0"
|
||||
REL_STRING="Build from CVS snapshot, on April 25, 2010"
|
||||
|
||||
changequote(<<, >>)
|
||||
changequote([, ])
|
||||
|
Loading…
Reference in New Issue
Block a user