diff --git a/Makefile b/Makefile index 375d5b7..13b6004 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/Makefile-mingw b/Makefile-mingw index 4b90f65..d8c5f10 100644 --- a/Makefile-mingw +++ b/Makefile-mingw @@ -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