- version number and strings updated

This commit is contained in:
Volker Ruppert 2006-01-04 18:56:59 +00:00
parent 54b9499e58
commit cab24c37b4
2 changed files with 8 additions and 8 deletions

8
bochs/configure vendored
View File

@ -1,5 +1,5 @@
#! /bin/sh
# From configure.in Id: configure.in,v 1.305 2005/12/30 08:35:01 vruppert Exp .
# From configure.in Id: configure.in,v 1.306 2006/01/04 18:55:43 vruppert Exp .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.59.
#
@ -1573,9 +1573,9 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
ac_config_headers="$ac_config_headers ltdlconf.h"
VERSION="2.2.5"
VER_STRING="2.2.5"
REL_STRING="Build from CVS snapshot on December 30, 2005"
VERSION="2.2.5.cvs"
VER_STRING="2.2.5.cvs"
REL_STRING="Build from CVS snapshot, after 2.2.5"

View File

@ -2,15 +2,15 @@ dnl // Process this file with autoconf to produce a configure script.
AC_PREREQ(2.50)
AC_INIT(bochs.h)
AC_REVISION([[$Id: configure.in,v 1.305 2005-12-30 08:35:01 vruppert Exp $]])
AC_REVISION([[$Id: configure.in,v 1.306 2006-01-04 18:55:43 vruppert Exp $]])
AC_CONFIG_HEADER(config.h)
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.2.5"
VER_STRING="2.2.5"
REL_STRING="Build from CVS snapshot on December 30, 2005"
VERSION="2.2.5.cvs"
VER_STRING="2.2.5.cvs"
REL_STRING="Build from CVS snapshot, after 2.2.5"
changequote(<<, >>)
changequote([, ])