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: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2d30840b92d19f2229da75f47a5c7e8cbd254981;p=thirdparty%2FPython%2Fcpython.git Define BUILDNO in macbuildno.h (incremented by fullbuild) --- diff --git a/Mac/Include/config.h b/Mac/Include/config.h index 454b9aa1ed80..6eed9a531211 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 000000000000..aa69529e0eb5 --- /dev/null +++ b/Mac/Include/macbuildno.h @@ -0,0 +1 @@ +#define BUILD 5