aboutsummaryrefslogtreecommitdiff
path: root/src/c/Makefile
diff options
context:
space:
mode:
authorCalvin Morrison <mutantturkey@gmail.com>2013-09-05 14:53:39 -0400
committerCalvin Morrison <mutantturkey@gmail.com>2013-09-05 14:53:39 -0400
commit0d5cf0808f5ea0053526f485c40d5c67238b818c (patch)
tree2daacb52873b66abd0ca508a41fdeadd6b674844 /src/c/Makefile
parent0503d51b282c7c182c222aef91b00e6ad347b56a (diff)
bump to version v1.0.4
Diffstat (limited to 'src/c/Makefile')
-rw-r--r--src/c/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/c/Makefile b/src/c/Makefile
index 35bc645..e927b13 100644
--- a/src/c/Makefile
+++ b/src/c/Makefile
@@ -1,4 +1,4 @@
-VERSION=\"v1.0.3\"
+VERSION=\"v1.0.4\"
UNAME := $(shell uname)
CC = gcc
QUIKR_TRAIN_CFLAGS = -O3 -s -mtune=native -Wall -lm -lz -D$(UNAME) -DVERSION=$(VERSION)