From 943586ad61796d3cafbbe7c571c5229ace840a1a Mon Sep 17 00:00:00 2001 From: Bryce Denney Date: Fri, 13 Dec 2002 22:25:52 +0000 Subject: [PATCH] - bump up version number for 2.0.pre4...hopefully the last prerelease --- bochs/README | 4 ++-- bochs/configure | 6 +++--- bochs/configure.in | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/bochs/README b/bochs/README index b0b039567..f6c4e4667 100644 --- a/bochs/README +++ b/bochs/README @@ -1,6 +1,6 @@ Bochs x86 Pentium Emulator -Updated: Wed Dec 4 18:39:09 EST 2002 -Version: 2.0.pre3 +Updated: Fri Dec 13 17:26:52 EST 2002 +Version: 2.0.pre4 WHAT IS BOCHS? diff --git a/bochs/configure b/bochs/configure index 77c12698a..a49f72565 100755 --- a/bochs/configure +++ b/bochs/configure @@ -1434,9 +1434,9 @@ ac_config_headers="$ac_config_headers config.h" ac_config_headers="$ac_config_headers ltdlconf.h" -VERSION="2.0.pre3" -VER_STRING="2.0.pre3" -REL_STRING="Build from CVS snapshot on December 4, 2002" +VERSION="2.0.pre4" +VER_STRING="2.0.pre4" +REL_STRING="Build from CVS snapshot on December 13, 2002" diff --git a/bochs/configure.in b/bochs/configure.in index e3eab4c07..a982b28b6 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.190 2002-12-13 22:02:05 bdenney Exp $]]) +AC_REVISION([[$Id: configure.in,v 1.191 2002-12-13 22:25:52 bdenney 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.0.pre3" -VER_STRING="2.0.pre3" -REL_STRING="Build from CVS snapshot on December 4, 2002" +VERSION="2.0.pre4" +VER_STRING="2.0.pre4" +REL_STRING="Build from CVS snapshot on December 13, 2002" changequote(<<, >>) changequote([, ])