updated version strings after release

This commit is contained in:
Volker Ruppert 2013-04-08 17:59:55 +00:00
parent 6a8357105b
commit 96ae009372

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.1"
VER_STRING="2.6.1"
VERSION="2.6.1.svn"
VER_STRING="2.6.1.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, 1, 0"
REL_STRING="Built from SVN snapshot on April 7, 2013"
WIN_VER_STRING="2, 6, 1, 1"
REL_STRING="Built from SVN snapshot after release 2.6.1"
changequote(<<, >>)
changequote([, ])