summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Hawthorn <john.hawthorn@gmail.com>2016-05-19 08:59:51 -0700
committerJohn Hawthorn <john.hawthorn@gmail.com>2016-05-19 09:15:34 -0700
commite62a3c6bbf4e0b3b731f18a940444e0a09d86af4 (patch)
tree89ccc51e56cedd774069f622c303195201b53985
parent25407899e8558961bb8f4637576a018495ac95e5 (diff)
Version 0.4
-rw-r--r--CHANGELOG.md2
-rw-r--r--Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4b9fc9b..fc25a26 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,4 @@
-## 0.4 (unreleased)
+## 0.4 (May 19, 2016)
Features:
diff --git a/Makefile b/Makefile
index 6104571..f5b488d 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-VERSION=0.3
+VERSION=0.4
CPPFLAGS=-DVERSION=\"${VERSION}\" -D_GNU_SOURCE
CFLAGS+=-Wall -Wextra -g -std=c99 -O3 -pedantic