From 9c0a920d325b5b3f0ec3fc88136d94d17bd308cb Mon Sep 17 00:00:00 2001 From: John Hawthorn Date: Sat, 26 Jul 2014 21:51:27 -0700 Subject: Add version string --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 8eaeb2e..fe54ee2 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,6 @@ +VERSION=0.1beta + +CPPFLAGS=-DVERSION=\"${VERSION}\" CFLAGS+=-Wall -Wextra -g -std=c99 PREFIX?=/usr/local -- cgit v1.2.3