diff --git a/bochs/configure b/bochs/configure index d3a6e52d4..426d8d8d8 100755 --- a/bochs/configure +++ b/bochs/configure @@ -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" diff --git a/bochs/configure.in b/bochs/configure.in index 96071e207..434e5c51b 100644 --- a/bochs/configure.in +++ b/bochs/configure.in @@ -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([, ])