Updates after release (version number, release tag, minor devel doc update)

This commit is contained in:
Volker Ruppert 2019-12-01 13:30:34 +00:00
parent 064d65cbfb
commit eb37ec33b1
4 changed files with 12 additions and 6 deletions

6
bochs/configure vendored
View File

@ -3181,12 +3181,12 @@ ac_config_headers="$ac_config_headers config.h"
ac_config_headers="$ac_config_headers ltdlconf.h"
VERSION="2.6.10"
VERSION="2.6.10.svn"
VER_MAJOR=2
VER_MINOR=6
VER_REVISION=10
VER_SVN=0
REL_STRING="Built from SVN snapshot on December 1, 2019"
VER_SVN=1
REL_STRING="Built from SVN snapshot after release 2.6.10"

View File

@ -8,14 +8,14 @@ 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.6.10"
VERSION="2.6.10.svn"
VER_MAJOR=2
VER_MINOR=6
dnl // this should be > 90 for pre-release of next version otherwise revision level
VER_REVISION=10
dnl // this should be 0 for release and 1 for svn version
VER_SVN=0
REL_STRING="Built from SVN snapshot on December 1, 2019"
VER_SVN=1
REL_STRING="Built from SVN snapshot after release 2.6.10"
changequote(<<, >>)
changequote([, ])

View File

@ -3239,6 +3239,7 @@ Use the "timeleft" command to see how much time remains before shutdown.
Use the "shutdown" command to destroy the shell before the time limit.
For path information and login help, type "sf-help".
[vruppert@shell-24002 ~]$ svnserve -d -r /home/svn/p/bochs/code
[vruppert@shell-24002 ~]$ cd /home/project-web/bochs/htdocs/
[vruppert@shell-24002 htdocs]$ svn update
U index.html

View File

@ -1166,6 +1166,11 @@ The <replaceable>tagname</replaceable> tells which release you want, and it can
</row>
</thead>
<tbody>
<row>
<entry>2.6.10 (intermediate)</entry>
<entry>REL_2_6_10_FINAL</entry>
<entry>13629</entry>
</row>
<row>
<entry>2.6.9 (intermediate)</entry>
<entry>REL_2_6_9_FINAL</entry>