Kernel - Updated makefiles to provide a better version number
[tpg/acess2.git] / Kernel / Makefile
index bb76c13..0dee58d 100644 (file)
 
 -include Makefile.BuildNum.$(ARCH)
 
-ifeq ($(BUILDNUM),)
-BUILDNUM = 0
+ifeq ($(BUILD_NUM),)
+BUILD_NUM = 0
 endif
 
-KERNEL_VERSION = 0.5
+KERNEL_VERSION = $(ACESS_VERSION)
 
 MAKEDEP                = $(CC) -M
 

UCC git Repository :: git.ucc.asn.au