From 4a6ae753fb42a0ec25a9af5d0f2e819ae699da8e Mon Sep 17 00:00:00 2001 From: Volker Ruppert Date: Sun, 3 May 2009 05:34:28 +0000 Subject: [PATCH] - updates for release 2.4 --- bochs/CHANGES | 2 +- bochs/README | 4 ++-- bochs/configure.in | 10 +++++----- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/bochs/CHANGES b/bochs/CHANGES index 92f5d79cd..e86bb3cab 100644 --- a/bochs/CHANGES +++ b/bochs/CHANGES @@ -1,4 +1,4 @@ -Changes in 2.4 (not yet released / pre1: April 18, 2009): +Changes in 2.4 (May 3, 2009): Brief summary : diff --git a/bochs/README b/bochs/README index 67ff35be5..1c54bb9e6 100644 --- a/bochs/README +++ b/bochs/README @@ -1,6 +1,6 @@ Bochs - The cross platform IA-32 (x86) emulator -Updated: Sat Apr 18 09:50:00 CEST 2009 -Version: 2.4.pre1 +Updated: Sat May 3 07:34:00 CEST 2009 +Version: 2.4 WHAT IS BOCHS? diff --git a/bochs/configure.in b/bochs/configure.in index 391fe5f32..8583e7995 100644 --- a/bochs/configure.in +++ b/bochs/configure.in @@ -2,19 +2,19 @@ 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.399 2009-04-30 17:57:21 vruppert Exp $]]) +AC_REVISION([[$Id: configure.in,v 1.400 2009-05-03 05:34:28 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.4.pre1.cvs" -VER_STRING="2.4.pre1.cvs" +VERSION="2.4" +VER_STRING="2.4" dnl // WIN_VER_STRING format is "a, b, c, d" dnl // c should be > 90 for pre-release of next version otherwise patch level dnl // d should be 0 for release and 1 for cvs version -WIN_VER_STRING="2, 3, 91, 1" -REL_STRING="Build from CVS snapshot, after release 2.4.pre1" +WIN_VER_STRING="2, 4, 0, 0" +REL_STRING="Build from CVS snapshot on May 3, 2009" changequote(<<, >>) changequote([, ])