Change release number to 0.9d

This commit is contained in:
jjgarcia 2003-11-11 16:23:16 +00:00
parent 35942c9eaa
commit 8bbc5146a6
3 changed files with 12 additions and 77 deletions

2
src/configure vendored
View file

@ -1304,7 +1304,7 @@ echo "***"
exit 2;
fi
ECL_VERSION=0.9c
ECL_VERSION=0.9d
ac_aux_dir=

View file

@ -31,7 +31,7 @@ exit 2;
fi
dnl Set the version number. This seems the best place to keep it.
ECL_VERSION=0.9c
ECL_VERSION=0.9d
AC_SUBST(ECL_VERSION)
dnl Guess operating system of host. We do not allow cross-compiling.