Makefile - Added version number configuration
authorJohn Hodge <[email protected]>
Sun, 23 Oct 2011 03:56:53 +0000 (11:56 +0800)
committerJohn Hodge <[email protected]>
Sun, 23 Oct 2011 03:56:53 +0000 (11:56 +0800)
Makefile.Version.cfg [new file with mode: 0644]
Makefile.cfg

diff --git a/Makefile.Version.cfg b/Makefile.Version.cfg
new file mode 100644 (file)
index 0000000..e652f57
--- /dev/null
@@ -0,0 +1,3 @@
+
+ACESS_VERSION = 0.14-pr
+
index 70570c8..3b1bfd5 100644 (file)
@@ -10,6 +10,8 @@ xMKDIR := mmd -D s
 ACESSDIR := $(dir $(lastword $(MAKEFILE_LIST)))
 ACESSDIR := $(shell cd $(ACESSDIR) && pwd)
 
+-include $(ACESSDIR)/Makefile.Version.cfg
+
 # Default build programs
 #CC := gcc
 #LD := ld

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