- fixed release date
This commit is contained in:
parent
4a64e4657d
commit
6581491357
@ -1,4 +1,4 @@
|
||||
Changes in 2.4.2 (November 11, 2009):
|
||||
Changes in 2.4.2 (November 10, 2009):
|
||||
|
||||
- CPU and internal debugger
|
||||
- VMX: Implemented TPR shadow VMEXIT
|
||||
|
@ -1,5 +1,5 @@
|
||||
Bochs - The cross platform IA-32 (x86) emulator
|
||||
Updated: Sun November 11 20:05:00 CEST 2009
|
||||
Updated: Tue November 10 18:47:00 CET 2009
|
||||
Version: 2.4.2
|
||||
|
||||
WHAT IS BOCHS?
|
||||
|
@ -2,7 +2,7 @@ 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.413 2009-11-09 18:10:29 sshwarts Exp $]])
|
||||
AC_REVISION([[$Id: configure.in,v 1.414 2009-11-10 17:45:41 vruppert Exp $]])
|
||||
AC_CONFIG_HEADER(config.h)
|
||||
AC_CONFIG_HEADER(ltdlconf.h)
|
||||
|
||||
@ -14,7 +14,7 @@ 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, 0"
|
||||
REL_STRING="Build from CVS snapshot on November 11, 2009"
|
||||
REL_STRING="Build from CVS snapshot on November 10, 2009"
|
||||
|
||||
changequote(<<, >>)
|
||||
changequote([, ])
|
||||
|
Loading…
Reference in New Issue
Block a user