diff options
Diffstat (limited to 'Mac/Include')
-rw-r--r-- | Mac/Include/config.h | 2 | ||||
-rw-r--r-- | Mac/Include/macbuildno.h | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/Mac/Include/config.h b/Mac/Include/config.h index 454b9aa..6eed9a5 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 0000000..aa69529 --- /dev/null +++ b/Mac/Include/macbuildno.h @@ -0,0 +1 @@ +#define BUILD 5 |