Increase version for windows.

This commit is contained in:
Serge 2018-09-08 00:02:45 -07:00
parent f765b68586
commit b0af2a7d28
1 changed files with 1 additions and 1 deletions

View File

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