- updates for release 2.3.pre2

This commit is contained in:
Volker Ruppert 2006-07-16 08:05:39 +00:00
parent d1a25bb1b9
commit 13fb08efed
2 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
Bochs x86 Pentium+ Emulator
Updated: Sun Jun 25 19:48:00 CEST 2006
Version: 2.3.pre1
Updated: Sun Jul 16 10:05:00 CEST 2006
Version: 2.3.pre2
WHAT IS BOCHS?

View File

@ -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.322 2006-06-25 17:49:20 vruppert Exp $]])
AC_REVISION([[$Id: configure.in,v 1.323 2006-07-16 08:05:39 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.pre1"
VER_STRING="2.3.pre1"
REL_STRING="Build from CVS snapshot on June 25, 2006"
VERSION="2.3.pre2"
VER_STRING="2.3.pre2"
REL_STRING="Build from CVS snapshot on July 16, 2006"
changequote(<<, >>)
changequote([, ])