Bump version. Shouldn't this come from somewhere else??

llvm-svn: 17839
This commit is contained in:
Chris Lattner 2004-11-15 20:06:11 +00:00
parent a8e1718932
commit cc93ee5b45
1 changed files with 1 additions and 1 deletions

View File

@ -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 $< > $@