From 533c284ee89113e15fdaa96ec16b5b49ca6e1657 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Sun, 24 Feb 2019 12:20:09 -0500 Subject: [PATCH] Update version to 1.9.0 --- Makefile | 2 +- scdoc.pc | 2 +- diff --git a/Makefile b/Makefile index 3451e73f76a04cb7f85a1b13678e103c25050b55..f522936d74ceb13dd0dd71b480a250cac02cdcb1 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=1.8.1 +VERSION=1.9.0 CFLAGS+=-g -DVERSION='"$(VERSION)"' -Wall -Wextra -Werror -Wno-unused-parameter LDFLAGS+=-static INCLUDE+=-Iinclude diff --git a/scdoc.pc b/scdoc.pc index 28312a2d57380d56ad3665850fc128ab73383a54..e488e8addd103b92bb4606326b36d31eb77f8eb2 100644 --- a/scdoc.pc +++ b/scdoc.pc @@ -4,4 +4,4 @@ scdoc=${exec_prefix}/bin/scdoc Name: scdoc Description: Man page generator -Version: 1.8.1 +Version: 1.9.0 -- 2.48.1