From bb9a1f45da5620ad491650da55896dacb3170dd4 Mon Sep 17 00:00:00 2001 From: Stanislav Shwartsman Date: Sat, 7 Jan 2012 14:02:38 +0000 Subject: [PATCH] update version number in SVN to 2.5.1 --- bochs/README | 2 +- bochs/configure | 10 +++++----- bochs/configure.in | 8 ++++---- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/bochs/README b/bochs/README index 224e59deb..833cb0706 100644 --- a/bochs/README +++ b/bochs/README @@ -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? diff --git a/bochs/configure b/bochs/configure index b5a15c9db..07e91d580 100755 --- a/bochs/configure +++ b/bochs/configure @@ -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" diff --git a/bochs/configure.in b/bochs/configure.in index bb0a316d0..40401ee2c 100644 --- a/bochs/configure.in +++ b/bochs/configure.in @@ -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([, ])