Updated version strings after release

Added release tag to table in user doc
This commit is contained in:
Volker Ruppert 2014-06-15 14:29:33 +00:00
parent 2ce3099e45
commit 3d16de129f
2 changed files with 9 additions and 4 deletions

View File

@ -8,13 +8,13 @@ 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.6"
VER_STRING="2.6.6"
VERSION="2.6.6.svn"
VER_STRING="2.6.6.svn"
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 svn version
WIN_VER_STRING="2, 6, 6, 0"
REL_STRING="Built from SVN snapshot on June 15, 2014"
WIN_VER_STRING="2, 6, 6, 1"
REL_STRING="Built from SVN snapshot after release 2.6.6"
changequote(<<, >>)
changequote([, ])

View File

@ -1129,6 +1129,11 @@ The <replaceable>tagname</replaceable> tells which release you want, and it can
</row>
</thead>
<tbody>
<row>
<entry>2.6.6 (bugfix)</entry>
<entry>REL_2_6_6_FINAL</entry>
<entry>12375</entry>
</row>
<row>
<entry>2.6.5 (intermediate)</entry>
<entry>REL_2_6_5_FINAL</entry>