From 9812eeeb1d29f2cfc5a64b8aaf582f56f937a645 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 10 Aug 2020 12:32:02 +0200 Subject: [PATCH] Reflect in version information we are now 1.6.0 release --- c/Makefile | 2 +- cpp/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/c/Makefile b/c/Makefile index 631cc71..69424af 100644 --- a/c/Makefile +++ b/c/Makefile @@ -35,7 +35,7 @@ CFLAGS += -std=c99 # CFLAGS += -g -Wall -Wextra -Wpedantic -Wconversion -Wsign-conversion -fsanitize=undefined,address # Version information -VERSION = 1.5.0 +VERSION = 1.6.0 # ---- Controlling make ---- diff --git a/cpp/Makefile b/cpp/Makefile index bbd861e..7db3dcb 100644 --- a/cpp/Makefile +++ b/cpp/Makefile @@ -35,7 +35,7 @@ CXXFLAGS += -std=c++11 # CXXFLAGS += -g -Wall -Wextra -Wpedantic -Wconversion -Wsign-conversion -fsanitize=undefined,address # Version information -VERSION = 1.5.0 +VERSION = 1.6.0 # ---- Controlling make ----