From a98e24ac700670069e905578f8260a4e3aed6373 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Wed, 27 Feb 2019 19:09:09 -0500 Subject: [PATCH] Update version to 1.9.1 --- Makefile | 2 +- scdoc.pc | 2 +- diff --git a/Makefile b/Makefile index f522936d74ceb13dd0dd71b480a250cac02cdcb1..9921403a4652fab813969a6c443bf3e8b1f96c9e 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=1.9.0 +VERSION=1.9.1 CFLAGS+=-g -DVERSION='"$(VERSION)"' -Wall -Wextra -Werror -Wno-unused-parameter LDFLAGS+=-static INCLUDE+=-Iinclude diff --git a/scdoc.pc b/scdoc.pc index e488e8addd103b92bb4606326b36d31eb77f8eb2..4394cd1524d8769f5625b14fe2d834c3d4d30e2a 100644 --- a/scdoc.pc +++ b/scdoc.pc @@ -4,4 +4,4 @@ scdoc=${exec_prefix}/bin/scdoc Name: scdoc Description: Man page generator -Version: 1.9.0 +Version: 1.9.1 -- 2.48.1