update version number in SVN to 2.5.1

This commit is contained in:
Stanislav Shwartsman 2012-01-07 14:02:38 +00:00
parent 839fb122d6
commit bb9a1f45da
3 changed files with 10 additions and 10 deletions

View File

@ -1,6 +1,6 @@
Bochs - The cross platform IA-32 (x86) emulator
Updated: Sun Nov 27 16:55:00 CET 2011
Version: 2.5
Version: 2.5.1
WHAT IS BOCHS?

10
bochs/configure vendored
View File

@ -1,5 +1,5 @@
#! /bin/sh
# From configure.in Id: configure.in 10857 2011-12-25 19:35:29Z sshwarts .
# From configure.in Id: configure.in 10873 2011-12-28 12:20:49Z sshwarts .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.68.
#
@ -3090,10 +3090,10 @@ ac_config_headers="$ac_config_headers config.h"
ac_config_headers="$ac_config_headers ltdlconf.h"
VERSION="2.5.svn"
VER_STRING="2.5.svn"
WIN_VER_STRING="2, 5, 0, 1"
REL_STRING="Built from SVN snapshot, after release 2.5"
VERSION="2.5.1.svn"
VER_STRING="2.5.1.svn"
WIN_VER_STRING="2, 5, 1, 1"
REL_STRING="Built from SVN snapshot, after release 2.5.1"

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.5.svn"
VER_STRING="2.5.svn"
VERSION="2.5.1.svn"
VER_STRING="2.5.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, 5, 0, 1"
REL_STRING="Built from SVN snapshot, after release 2.5"
WIN_VER_STRING="2, 5, 1, 1"
REL_STRING="Built from SVN snapshot, after release 2.5.1"
changequote(<<, >>)
changequote([, ])