From d23e36dc02b7833180dc9b4b74c7310206ee429c Mon Sep 17 00:00:00 2001 From: Christophe Bothamy Date: Sun, 15 Feb 2004 14:21:19 +0000 Subject: [PATCH] - update to 2.1.1 version --- bochs/README | 6 +++--- bochs/configure.in | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/bochs/README b/bochs/README index a2371b698..f6bcb89cf 100644 --- a/bochs/README +++ b/bochs/README @@ -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? diff --git a/bochs/configure.in b/bochs/configure.in index 08b12e08d..4b8f1bdbb 100644 --- a/bochs/configure.in +++ b/bochs/configure.in @@ -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([, ])