Increase version.

This commit is contained in:
Serge Vakulenko
2018-09-10 21:31:00 -07:00
parent 712df45171
commit 28d7415f72
11 changed files with 117 additions and 126 deletions

View File

@@ -1,6 +1,6 @@
CC = gcc
VERSION = 0.4
VERSION = 0.5
GITCOUNT = $(shell git rev-list HEAD --count)
CFLAGS = -g -O -Wall -Werror -DVERSION='"$(VERSION).$(GITCOUNT)"'
LDFLAGS = -g