From 998cd67d00e2c79e3981644a955e6d397750659c Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 15 Nov 2004 20:06:11 +0000 Subject: [PATCH] Bump version. Shouldn't this come from somewhere else?? git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17839 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/CommandGuide/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CommandGuide/Makefile b/docs/CommandGuide/Makefile index 363d9f2211e..e6cd3ea79da 100644 --- a/docs/CommandGuide/Makefile +++ b/docs/CommandGuide/Makefile @@ -13,7 +13,7 @@ html/%.html: %.pod --podpath=. --noindex --infile=$< --outfile=$@ man/man1/%.1: %.pod - pod2man --release=1.3 --center="LLVM Command Guide" $< $@ + pod2man --release=1.4 --center="LLVM Command Guide" $< $@ ps/%.ps: man/man1/%.1 groff -Tps -man $< > $@ -- 2.34.1