From 432aeee8abec5b1c6a465d645a9f819431e77f31 Mon Sep 17 00:00:00 2001 From: Serge Vakulenko Date: Wed, 12 Sep 2018 21:36:40 -0700 Subject: [PATCH] Increase version. --- Makefile | 2 +- Makefile-mingw | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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