- preparing release 2.6.2

This commit is contained in:
Volker Ruppert 2013-05-26 07:17:33 +00:00
parent f38ba1e15c
commit 64190fea62
4 changed files with 8 additions and 8 deletions

View File

@ -1,4 +1,4 @@
Changes in 2.6.2 (not yet released):
Changes in 2.6.2 (May 26, 2013):
- CPU
- VMX: implemented VMENTER to non-active guest state (HLT, SHUTDOWN, WAIT-FOR-SIPI)

View File

@ -1,6 +1,6 @@
Bochs - The cross platform IA-32 (x86) emulator
Updated: Sun Apr 7 17:27:00 CEST 2013
Version: 2.6.1
Updated: Sun May 26 09:17:00 CEST 2013
Version: 2.6.2
WHAT IS BOCHS?

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity
version="2.6.1.0"
version="2.6.2.0"
processorArchitecture="*"
name="Bochs.Bochs.Bochs"
type="win32"

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