- update to 2.1.1 version

This commit is contained in:
Christophe Bothamy 2004-02-15 14:21:19 +00:00
parent 8686162053
commit d23e36dc02
2 changed files with 7 additions and 7 deletions

View File

@ -1,6 +1,6 @@
Bochs x86 Pentium Emulator
Updated: : Sun Jan 11 20:21:12 CET 2004
Version: 2.1
Bochs x86 Pentium+ Emulator
Updated: : Sun Feb 8 17:22:07 CET 2004
Version: 2.1.1
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.250 2004-02-13 16:11:14 vruppert Exp $]])
AC_REVISION([[$Id: configure.in,v 1.251 2004-02-15 14:21:19 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.cvs"
VER_STRING="2.1.cvs"
REL_STRING="Build from CVS, after 2.1"
VERSION="2.1.1.cvs"
VER_STRING="2.1.1.vs"
REL_STRING="Build from CVS, after 2.1.1"
changequote(<<, >>)
changequote([, ])