- changes for release 2.3.6
This commit is contained in:
parent
80aaa8961b
commit
f937c4c076
@ -1,4 +1,4 @@
|
||||
Changes for coming 2.3.6 release:
|
||||
Changes in 2.3.6 (December 24, 2007):
|
||||
|
||||
Brief summary :
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
Bochs x86 Pentium+ Emulator
|
||||
Updated: Sun Sep 16 09:53:00 CEST 2007
|
||||
Version: 2.3.5
|
||||
Updated: Mon Dec 24 10:52:00 CET 2007
|
||||
Version: 2.3.6
|
||||
|
||||
WHAT IS BOCHS?
|
||||
|
||||
|
@ -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.354 2007-12-09 18:36:00 sshwarts Exp $]])
|
||||
AC_REVISION([[$Id: configure.in,v 1.355 2007-12-24 09:52:40 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.5.cvs"
|
||||
VER_STRING="2.3.5.cvs"
|
||||
REL_STRING="Build from CVS snapshot, after release 2.3.5"
|
||||
VERSION="2.3.6"
|
||||
VER_STRING="2.3.6"
|
||||
REL_STRING="Build from CVS snapshot, on December 24, 2007"
|
||||
|
||||
changequote(<<, >>)
|
||||
changequote([, ])
|
||||
|
Loading…
x
Reference in New Issue
Block a user