Updated version strings after release
Added release tag to table in user doc
This commit is contained in:
parent
2ce3099e45
commit
3d16de129f
@ -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([, ])
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user