- updated version number for 2.2.pre1 release
This commit is contained in:
parent
fd8346bf9a
commit
3a38b0e4a8
@ -1,4 +1,4 @@
|
||||
Changes to next release:
|
||||
Changes in 2.2.pre1 (March 13, 2005):
|
||||
|
||||
- CPU
|
||||
- fixes for booting OS/2 by Dmitri Froloff
|
||||
|
@ -1,6 +1,6 @@
|
||||
Bochs x86 Pentium+ Emulator
|
||||
Updated: : Sun Feb 8 17:22:07 CET 2004
|
||||
Version: 2.1.1
|
||||
Updated: : Sun Mar 13 09:32:10 CET 2005
|
||||
Version: 2.2.pre1
|
||||
|
||||
WHAT IS BOCHS?
|
||||
|
||||
|
6376
bochs/configure
vendored
6376
bochs/configure
vendored
File diff suppressed because it is too large
Load Diff
@ -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.271 2005-02-15 20:46:17 vruppert Exp $]])
|
||||
AC_REVISION([[$Id: configure.in,v 1.272 2005-03-13 08:36:20 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.1.1.cvs"
|
||||
VER_STRING="2.1.1.cvs"
|
||||
REL_STRING="Build from CVS, after 2.1.1"
|
||||
VERSION="2.2.pre1"
|
||||
VER_STRING="2.2.pre1"
|
||||
REL_STRING="Build from CVS snapshot on March 13, 2005"
|
||||
|
||||
changequote(<<, >>)
|
||||
changequote([, ])
|
||||
|
Loading…
Reference in New Issue
Block a user