- change REL_STRING so that it explains that this isn't 2.0.pre2, it's
the CVS version.
This commit is contained in:
parent
7b3e7482e3
commit
ca6fdcc47a
4
bochs/configure
vendored
4
bochs/configure
vendored
@ -1,5 +1,5 @@
|
||||
#! /bin/sh
|
||||
# From configure.in Id: configure.in,v 1.177 2002/11/22 06:44:43 bdenney Exp .
|
||||
# From configure.in Id: configure.in,v 1.178 2002/11/23 00:29:43 bdenney Exp .
|
||||
# Guess values for system-dependent variables and create Makefiles.
|
||||
# Generated by GNU Autoconf 2.53.
|
||||
#
|
||||
@ -1437,7 +1437,7 @@ ac_config_headers="$ac_config_headers ltdlconf.h"
|
||||
|
||||
VERSION="2.0.pre2"
|
||||
VER_STRING="2.0.pre2"
|
||||
REL_STRING="Build from CVS snapshot on November 19, 2002"
|
||||
REL_STRING="CVS some time after 2.0.pre2 release"
|
||||
|
||||
|
||||
|
||||
|
@ -2,7 +2,7 @@ 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.178 2002-11-23 00:29:43 bdenney Exp $]])
|
||||
AC_REVISION([[$Id: configure.in,v 1.179 2002-11-23 06:37:56 bdenney Exp $]])
|
||||
AC_CONFIG_HEADER(config.h)
|
||||
AC_CONFIG_HEADER(ltdlconf.h)
|
||||
|
||||
@ -10,7 +10,7 @@ dnl // Put Bochs version information right here so that it gets substituted
|
||||
dnl // into all the right places.
|
||||
VERSION="2.0.pre2"
|
||||
VER_STRING="2.0.pre2"
|
||||
REL_STRING="Build from CVS snapshot on November 19, 2002"
|
||||
REL_STRING="CVS some time after 2.0.pre2 release"
|
||||
|
||||
changequote(<<, >>)
|
||||
changequote([, ])
|
||||
|
Loading…
Reference in New Issue
Block a user