Updated version strings after release
This commit is contained in:
parent
0b2364501d
commit
c8e0ee8077
@ -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.5"
|
||||
VER_STRING="2.6.5"
|
||||
VERSION="2.6.5.svn"
|
||||
VER_STRING="2.6.5.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, 5, 0"
|
||||
REL_STRING="Built from SVN snapshot on June 1st, 2014"
|
||||
WIN_VER_STRING="2, 6, 5, 1"
|
||||
REL_STRING="Built from SVN snapshot after release 2.6.5"
|
||||
|
||||
changequote(<<, >>)
|
||||
changequote([, ])
|
||||
|
Loading…
Reference in New Issue
Block a user