- added release tag for 2.3.7 to user doc

- updated version number and strings after release
This commit is contained in:
Volker Ruppert 2008-06-08 10:33:59 +00:00
parent f28f6a0c2f
commit 45c64ff16c
3 changed files with 15 additions and 11 deletions

10
bochs/configure vendored
View File

@ -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"

View File

@ -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([, ])

View File

@ -1,7 +1,7 @@
<!--
================================================================
doc/docbook/user/user.dbk
$Id: user.dbk,v 1.240 2008-05-30 21:00:05 sshwarts Exp $
$Id: user.dbk,v 1.241 2008-06-08 10:33:07 vruppert Exp $
This is the top level file for the Bochs Users Manual.
================================================================
@ -1170,6 +1170,10 @@ The tag tells which release you want, and it can be one of the following:
</row>
</thead>
<tbody>
<row>
<entry>2.3.7</entry>
<entry>REL_2_3_7_FINAL</entry>
</row>
<row>
<entry>2.3.6</entry>
<entry>REL_2_3_6_FINAL</entry>