bump version number to 0.2 - gramscii - A simple editor for ASCII box-and-arrow charts
DIR Log
DIR Files
DIR Refs
DIR Tags
DIR README
DIR LICENSE
---
DIR commit 12fbd880e60bea398ff7ab9e81b988e8bcf2bbba
DIR parent 12031abc893ccf41c4615251698d87229f1961d2
HTML Author: KatolaZ <katolaz@freaknet.org>
Date: Wed, 31 Jul 2019 12:21:43 +0100
bump version number to 0.2
Diffstat:
M config.mk | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
DIR diff --git a/config.mk b/config.mk
@@ -1,6 +1,7 @@
+VERSION = 0.2
PREFIX = /usr/local
BINDIR = ${PREFIX}/bin
MANDIR = ${PREFIX}/share/man
-CFLAGS = -O0 -std=c99 -pedantic -Wall
+CFLAGS = -O3 -std=c90 -pedantic -Wall
CC = cc