- in main branch, change version name back to "1.4.cvs" so that it's not
confused with any release.
This commit is contained in:
parent
b98404af5f
commit
8983937e5c
6
bochs/configure
vendored
6
bochs/configure
vendored
@ -1024,9 +1024,9 @@ rm -f conftest.sh
|
||||
|
||||
ac_config_headers="$ac_config_headers config.h"
|
||||
|
||||
VERSION="1.4"
|
||||
VER_STRING="1.4"
|
||||
REL_STRING="March 27, 2002"
|
||||
VERSION="1.4.cvs"
|
||||
VER_STRING="cvs-snapshot"
|
||||
REL_STRING=""
|
||||
|
||||
ac_aux_dir=
|
||||
for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
|
||||
|
@ -6,9 +6,9 @@ AC_CONFIG_HEADER(config.h)
|
||||
|
||||
dnl // Put Bochs version information right here so that it gets substituted
|
||||
dnl // into all the right places.
|
||||
VERSION="1.4"
|
||||
VER_STRING="1.4"
|
||||
REL_STRING="March 27, 2002"
|
||||
VERSION="1.4.cvs"
|
||||
VER_STRING="cvs-snapshot"
|
||||
REL_STRING=""
|
||||
|
||||
changequote(<<, >>)
|
||||
changequote([, ])
|
||||
|
Loading…
x
Reference in New Issue
Block a user