preparing release 2.6.1
This commit is contained in:
parent
7f01e3064c
commit
cb32223a6a
@ -1,4 +1,4 @@
|
||||
Changes in 2.6.1 (not released yet):
|
||||
Changes in 2.6.1 (April 7, 2013):
|
||||
|
||||
- CPU / CPUDB
|
||||
- Bochs is fully aligned with rev45 of the of Intel(R) Architecture Manual.
|
||||
|
@ -1,6 +1,6 @@
|
||||
Bochs - The cross platform IA-32 (x86) emulator
|
||||
Updated: Sun Sep 2 13:10:00 CEST 2012
|
||||
Version: 2.6
|
||||
Updated: Sun Apr 7 17:27:00 CEST 2013
|
||||
Version: 2.6.1
|
||||
|
||||
WHAT IS BOCHS?
|
||||
|
||||
|
@ -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.0.0"
|
||||
version="2.6.1.0"
|
||||
processorArchitecture="*"
|
||||
name="Bochs.Bochs.Bochs"
|
||||
type="win32"
|
||||
|
@ -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.svn"
|
||||
VER_STRING="2.6.svn"
|
||||
VERSION="2.6.1"
|
||||
VER_STRING="2.6.1"
|
||||
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, 0, 1"
|
||||
REL_STRING="Built from SVN snapshot after release 2.6"
|
||||
WIN_VER_STRING="2, 6, 1, 0"
|
||||
REL_STRING="Built from SVN snapshot on April 7, 2013"
|
||||
|
||||
changequote(<<, >>)
|
||||
changequote([, ])
|
||||
|
Loading…
x
Reference in New Issue
Block a user