From: Jack Jansen Date: Mon, 1 Sep 1997 15:39:07 +0000 (+0000) Subject: Define BUILDNO in macbuildno.h (incremented by fullbuild) X-Git-Tag: v1.5a4~258 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2d30840b92d19f2229da75f47a5c7e8cbd254981;p=python Define BUILDNO in macbuildno.h (incremented by fullbuild) --- diff --git a/Mac/Include/config.h b/Mac/Include/config.h index 454b9aa1ed..6eed9a5312 100644 --- a/Mac/Include/config.h +++ b/Mac/Include/config.h @@ -31,6 +31,8 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. with CodeWarrior, we generally use the most recent version. */ +#include "macbuildno.h" + #define USE_STACKCHECK #ifdef applec diff --git a/Mac/Include/macbuildno.h b/Mac/Include/macbuildno.h new file mode 100644 index 0000000000..aa69529e0e --- /dev/null +++ b/Mac/Include/macbuildno.h @@ -0,0 +1 @@ +#define BUILD 5