From c95b3ef042dfc1572d024e1ffc20620748b9b4c6 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Wed, 11 Sep 2019 15:15:23 -0400 Subject: [PATCH] Update version to 1.10.0 --- Makefile | 2 +- diff --git a/Makefile b/Makefile index 2564b8ceeb4fcc6c558f19c78a3e31747bd74487..153b4a9687bdb83edc017876f5d0678a7c0da7b8 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=1.9.6 +VERSION=1.10.0 CFLAGS+=-g -DVERSION='"$(VERSION)"' -Wall -Wextra -Werror -Wno-unused-parameter LDFLAGS+=-static INCLUDE+=-Iinclude -- 2.48.1