Increase version.

This commit is contained in:
Serge Vakulenko 2018-09-12 21:36:40 -07:00
parent 77bf3ec6ca
commit 432aeee8ab
2 changed files with 2 additions and 2 deletions

View File

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

View File

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