- 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:
Bryce Denney 2002-03-28 09:43:07 +00:00
parent b98404af5f
commit 8983937e5c
2 changed files with 6 additions and 6 deletions

6
bochs/configure vendored
View File

@ -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

View File

@ -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([, ])