- update for 2.1pre3 release
This commit is contained in:
parent
d87354191b
commit
5032559153
@ -1,4 +1,4 @@
|
||||
Changes in 2.1 (November 27, 2003):
|
||||
Changes in 2.1 (January 1, 2004):
|
||||
|
||||
- Stanislav's changes...
|
||||
--------------------------------------------------------------------------
|
||||
|
@ -1,6 +1,6 @@
|
||||
Bochs x86 Pentium Emulator
|
||||
Updated: Thu Nov 27 00:58:54 CET 2003
|
||||
Version: 2.1.pre2
|
||||
Updated: : Thu Jan 1 23:48:31 CET 2004
|
||||
Version: 2.1.pre3
|
||||
|
||||
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.236 2003-12-26 14:16:50 vruppert Exp $]])
|
||||
AC_REVISION([[$Id: configure.in,v 1.237 2004-01-01 23:27:29 cbothamy 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.1.pre2"
|
||||
VER_STRING="2.1.pre2"
|
||||
REL_STRING="Build from CVS snapshot on November 27, 2003"
|
||||
VERSION="2.1.pre3"
|
||||
VER_STRING="2.1.pre3"
|
||||
REL_STRING="Build from CVS snapshot on January 1, 2004"
|
||||
|
||||
changequote(<<, >>)
|
||||
changequote([, ])
|
||||
|
Loading…
Reference in New Issue
Block a user