aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGertjan van den Burg <burg@ese.eur.nl>2017-01-02 09:30:21 +0100
committerGertjan van den Burg <burg@ese.eur.nl>2017-01-02 09:30:21 +0100
commit938cbecb4c42cfcf41df2957db04c0315b499efc (patch)
tree3beb7907cbb773a508a8fe28038ed431329363cc
parentupdate links in readme (diff)
downloadgensvm-938cbecb4c42cfcf41df2957db04c0315b499efc.tar.gz
gensvm-938cbecb4c42cfcf41df2957db04c0315b499efc.zip
use standard versioning scheme
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a35cd53..3fb5bcd 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-VERSION=0.1
+VERSION=0.1.0
CC=gcc
CFLAGS=-Wall -DVERSION=$(VERSION) -g -O3
INCLUDE= -Iinclude