X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=configure.ac;h=c5c7ba58b9e3cfbd99ec0da64a13c1f3872cee0f;hb=45e66c5362ea37b5135269edc93c365304b85294;hp=86a2354b389338d03914c8895349d15b7ba3c0db;hpb=ea0f582d72f3104509ecc8ccac9673c7a9920eaa;p=mono.git diff --git a/configure.ac b/configure.ac index 86a2354b389..c5c7ba58b9e 100644 --- a/configure.ac +++ b/configure.ac @@ -40,7 +40,7 @@ MONO_VERSION_BUILD=`echo $VERSION | cut -d . -f 3` # This can be reset to 0 when Mono's version number is bumped # since it's part of the corlib version (the prefix '1' in the full # version number is to ensure the number isn't treated as octal in C) -MONO_CORLIB_COUNTER=1 +MONO_CORLIB_COUNTER=2 MONO_CORLIB_VERSION=`printf "1%02d%02d%02d%03d" $MONO_VERSION_MAJOR $MONO_VERSION_MINOR $MONO_VERSION_BUILD $MONO_CORLIB_COUNTER` AC_DEFINE_UNQUOTED(MONO_CORLIB_VERSION,$MONO_CORLIB_VERSION,[Version of the corlib-runtime interface])