- change version numbers for 2.0 pre3

This commit is contained in:
Bryce Denney 2002-12-04 23:44:13 +00:00
parent bdd4b08e85
commit 5024d92ecc
3 changed files with 10 additions and 10 deletions

View File

@ -1,6 +1,6 @@
Bochs x86 Pentium Emulator
Updated: Tue Nov 19 11:13:15 EST 2002
Version: 2.0.pre2
Updated: Wed Dec 4 18:39:09 EST 2002
Version: 2.0.pre3
WHAT IS BOCHS?

8
bochs/configure vendored
View File

@ -1,5 +1,5 @@
#! /bin/sh
# From configure.in Id: configure.in,v 1.178 2002/11/23 00:29:43 bdenney Exp .
# From configure.in Id: configure.in,v 1.179 2002/11/23 06:37:56 bdenney Exp .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.53.
#
@ -1435,9 +1435,9 @@ ac_config_headers="$ac_config_headers config.h"
ac_config_headers="$ac_config_headers ltdlconf.h"
VERSION="2.0.pre2"
VER_STRING="2.0.pre2"
REL_STRING="CVS some time after 2.0.pre2 release"
VERSION="2.0.pre3"
VER_STRING="2.0.pre3"
REL_STRING="Build from CVS snapshot on December 4, 2002"

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.179 2002-11-23 06:37:56 bdenney Exp $]])
AC_REVISION([[$Id: configure.in,v 1.180 2002-12-04 23:44:13 bdenney 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.0.pre2"
VER_STRING="2.0.pre2"
REL_STRING="CVS some time after 2.0.pre2 release"
VERSION="2.0.pre3"
VER_STRING="2.0.pre3"
REL_STRING="Build from CVS snapshot on December 4, 2002"
changequote(<<, >>)
changequote([, ])