Created global version variable

This commit is contained in:
Matt Jenkins
2014-04-20 20:24:18 +01:00
parent 3ac301cade
commit a7d0838ea8
2 changed files with 4 additions and 1 deletions

View File

@@ -1,5 +1,8 @@
MACHINE = mips
DESTDIR ?= $(TOPSRC)
RELEASE = 0.0
BUILD = $(shell git rev-list HEAD --count)
VERSION = $(RELEASE)-$(BUILD)
# chipKIT PIC32 compiler from UECIDE
ifdef UECIDE