Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2d30840

Browse files
committed
Define BUILDNO in macbuildno.h (incremented by fullbuild)
1 parent 68a0ee0 commit 2d30840

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

Mac/Include/config.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3131
with CodeWarrior, we generally use the most recent version.
3232
*/
3333

34+
#include "macbuildno.h"
35+
3436
#define USE_STACKCHECK
3537

3638
#ifdef applec

Mac/Include/macbuildno.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
#define BUILD 5

0 commit comments

Comments
 (0)