- updates for release 2.4
This commit is contained in:
parent
f0ad7dd387
commit
4a6ae753fb
@ -1,4 +1,4 @@
|
||||
Changes in 2.4 (not yet released / pre1: April 18, 2009):
|
||||
Changes in 2.4 (May 3, 2009):
|
||||
|
||||
Brief summary :
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
Bochs - The cross platform IA-32 (x86) emulator
|
||||
Updated: Sat Apr 18 09:50:00 CEST 2009
|
||||
Version: 2.4.pre1
|
||||
Updated: Sat May 3 07:34:00 CEST 2009
|
||||
Version: 2.4
|
||||
|
||||
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.399 2009-04-30 17:57:21 vruppert Exp $]])
|
||||
AC_REVISION([[$Id: configure.in,v 1.400 2009-05-03 05:34:28 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.pre1.cvs"
|
||||
VER_STRING="2.4.pre1.cvs"
|
||||
VERSION="2.4"
|
||||
VER_STRING="2.4"
|
||||
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, 3, 91, 1"
|
||||
REL_STRING="Build from CVS snapshot, after release 2.4.pre1"
|
||||
WIN_VER_STRING="2, 4, 0, 0"
|
||||
REL_STRING="Build from CVS snapshot on May 3, 2009"
|
||||
|
||||
changequote(<<, >>)
|
||||
changequote([, ])
|
||||
|
Loading…
Reference in New Issue
Block a user