From e62a3c6bbf4e0b3b731f18a940444e0a09d86af4 Mon Sep 17 00:00:00 2001 From: John Hawthorn Date: Thu, 19 May 2016 08:59:51 -0700 Subject: [PATCH] Version 0.4 --- CHANGELOG.md | 2 +- Makefile | 2 +- 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