- bump up version number for 2.0.pre4...hopefully the last prerelease

This commit is contained in:
Bryce Denney 2002-12-13 22:25:52 +00:00
parent 3af7afb12e
commit 943586ad61
3 changed files with 9 additions and 9 deletions

View File

@ -1,6 +1,6 @@
Bochs x86 Pentium Emulator
Updated: Wed Dec 4 18:39:09 EST 2002
Version: 2.0.pre3
Updated: Fri Dec 13 17:26:52 EST 2002
Version: 2.0.pre4
WHAT IS BOCHS?

6
bochs/configure vendored
View File

@ -1434,9 +1434,9 @@ ac_config_headers="$ac_config_headers config.h"
ac_config_headers="$ac_config_headers ltdlconf.h"
VERSION="2.0.pre3"
VER_STRING="2.0.pre3"
REL_STRING="Build from CVS snapshot on December 4, 2002"
VERSION="2.0.pre4"
VER_STRING="2.0.pre4"
REL_STRING="Build from CVS snapshot on December 13, 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.190 2002-12-13 22:02:05 bdenney Exp $]])
AC_REVISION([[$Id: configure.in,v 1.191 2002-12-13 22:25:52 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.pre3"
VER_STRING="2.0.pre3"
REL_STRING="Build from CVS snapshot on December 4, 2002"
VERSION="2.0.pre4"
VER_STRING="2.0.pre4"
REL_STRING="Build from CVS snapshot on December 13, 2002"
changequote(<<, >>)
changequote([, ])