aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGertjan van den Burg <gertjanvandenburg@gmail.com>2017-02-17 18:18:55 -0500
committerGertjan van den Burg <gertjanvandenburg@gmail.com>2017-02-17 18:18:55 -0500
commit136222fb404a3c371d6f90c876be47b0e21c70cc (patch)
tree311e9438cf31deaa520721bdf0df32880f9f0894 /Makefile
parentadd google identifier to docs (diff)
downloadgensvm-136222fb404a3c371d6f90c876be47b0e21c70cc.tar.gz
gensvm-136222fb404a3c371d6f90c876be47b0e21c70cc.zip
minor code clarification
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5990658..8cc04bf 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-VERSION=0.1.0
+VERSION=0.1.1
CC=gcc
CFLAGS=-Wall -DVERSION=$(VERSION) -g -O3
INCLUDE= -Iinclude