From 45c64ff16c2bbd0afb4db02e833fe1ea35e1e3c7 Mon Sep 17 00:00:00 2001 From: Volker Ruppert Date: Sun, 8 Jun 2008 10:33:59 +0000 Subject: [PATCH] - added release tag for 2.3.7 to user doc - updated version number and strings after release --- bochs/configure | 10 +++++----- bochs/configure.in | 10 +++++----- bochs/doc/docbook/user/user.dbk | 6 +++++- 3 files changed, 15 insertions(+), 11 deletions(-) diff --git a/bochs/configure b/bochs/configure index fa85c56f4..9400dde27 100755 --- a/bochs/configure +++ b/bochs/configure @@ -1,5 +1,5 @@ #! /bin/sh -# From configure.in Id: configure.in,v 1.368 2008/06/03 16:11:20 vruppert Exp . +# From configure.in Id: configure.in,v 1.369 2008/06/08 10:33:06 vruppert Exp . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.60. # @@ -2065,10 +2065,10 @@ ac_config_headers="$ac_config_headers config.h" ac_config_headers="$ac_config_headers ltdlconf.h" -VERSION="2.3.7" -VER_STRING="2.3.7" -WIN_VER_STRING="2, 3, 7, 0" -REL_STRING="Build from CVS snapshot, on June 3, 2008" +VERSION="2.3.7.cvs" +VER_STRING="2.3.7.cvs" +WIN_VER_STRING="2, 3, 7, 1" +REL_STRING="Build from CVS snapshot, after release 2.3.7" diff --git a/bochs/configure.in b/bochs/configure.in index 149459c52..737e7986d 100644 --- a/bochs/configure.in +++ b/bochs/configure.in @@ -2,18 +2,18 @@ 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.368 2008-06-03 16:11:20 vruppert Exp $]]) +AC_REVISION([[$Id: configure.in,v 1.369 2008-06-08 10:33:06 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.7" -VER_STRING="2.3.7" +VERSION="2.3.7.cvs" +VER_STRING="2.3.7.cvs" dnl // WIN_VER_STRING format is "a, b, c, d" dnl // d should be 0 for release and 1 for cvs version -WIN_VER_STRING="2, 3, 7, 0" -REL_STRING="Build from CVS snapshot, on June 3, 2008" +WIN_VER_STRING="2, 3, 7, 1" +REL_STRING="Build from CVS snapshot, after release 2.3.7" changequote(<<, >>) changequote([, ]) diff --git a/bochs/doc/docbook/user/user.dbk b/bochs/doc/docbook/user/user.dbk index 51003e408..adc40f41b 100644 --- a/bochs/doc/docbook/user/user.dbk +++ b/bochs/doc/docbook/user/user.dbk @@ -1,7 +1,7 @@