From 81d5902ddb527c4235fb1b39780bdb7dfd02c639 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Fri, 01 Mar 2019 13:53:08 -0500 Subject: [PATCH] Update version to 1.9.2 --- Makefile | 2 +- scdoc.pc | 2 +- diff --git a/Makefile b/Makefile index 9921403a4652fab813969a6c443bf3e8b1f96c9e..b2db5be1b7a5ec73995bd6bfaf5a6716c5c1d1ef 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=1.9.1 +VERSION=1.9.2 CFLAGS+=-g -DVERSION='"$(VERSION)"' -Wall -Wextra -Werror -Wno-unused-parameter LDFLAGS+=-static INCLUDE+=-Iinclude diff --git a/scdoc.pc b/scdoc.pc index 4394cd1524d8769f5625b14fe2d834c3d4d30e2a..4e0d04dca18b8e088c19d5ad88ad7f3219caffe4 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.1 +Version: 1.9.2 -- 2.48.1