- bump up version number to 2.0.pre2 in preparation to start building
binaries
This commit is contained in:
parent
78bbc00d8c
commit
7f596646c6
@ -1,6 +1,6 @@
|
||||
Bochs x86 Pentium Emulator
|
||||
Updated: Wed Nov 13 23:52:42 EST 2002
|
||||
Version: 2.0.pre1
|
||||
Updated: Tue Nov 19 11:13:15 EST 2002
|
||||
Version: 2.0.pre2
|
||||
|
||||
WHAT IS BOCHS?
|
||||
|
||||
|
8
bochs/configure
vendored
8
bochs/configure
vendored
@ -1,5 +1,5 @@
|
||||
#! /bin/sh
|
||||
# From configure.in Id: configure.in,v 1.167 2002/11/17 12:49:46 vruppert Exp .
|
||||
# From configure.in Id: configure.in,v 1.168 2002/11/18 02:32:53 bdenney Exp .
|
||||
# Guess values for system-dependent variables and create Makefiles.
|
||||
# Generated by GNU Autoconf 2.53.
|
||||
#
|
||||
@ -1434,9 +1434,9 @@ ac_config_headers="$ac_config_headers config.h"
|
||||
ac_config_headers="$ac_config_headers ltdlconf.h"
|
||||
|
||||
|
||||
VERSION="2.0.pre1"
|
||||
VER_STRING="2.0.pre1"
|
||||
REL_STRING="Build from CVS snapshot on November 13, 2002"
|
||||
VERSION="2.0.pre2"
|
||||
VER_STRING="2.0.pre2"
|
||||
REL_STRING="Build from CVS snapshot on November 19, 2002"
|
||||
|
||||
|
||||
|
||||
|
@ -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.168 2002-11-18 02:32:53 bdenney Exp $]])
|
||||
AC_REVISION([[$Id: configure.in,v 1.169 2002-11-19 16:36:17 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.pre1"
|
||||
VER_STRING="2.0.pre1"
|
||||
REL_STRING="Build from CVS snapshot on November 13, 2002"
|
||||
VERSION="2.0.pre2"
|
||||
VER_STRING="2.0.pre2"
|
||||
REL_STRING="Build from CVS snapshot on November 19, 2002"
|
||||
|
||||
changequote(<<, >>)
|
||||
changequote([, ])
|
||||
|
Loading…
x
Reference in New Issue
Block a user