This commit is contained in:
pvalchev 2009-05-07 00:10:44 +00:00
parent 7d2e0497e9
commit 7ae647f8ae

View File

@ -1,6 +1,6 @@
#!/usr/bin/perl -w
# $OpenBSD: gen-package-pages,v 1.17 2008/10/16 23:35:50 pvalchev Exp $
# $OpenBSD: gen-package-pages,v 1.18 2009/05/07 00:10:44 pvalchev Exp $
# Copyright (c) 2004 Michael Coulter
#
@ -40,7 +40,7 @@ use subs qw(dprint gen_arch_page gen_pkg_page gen_pkg_listing_page getfile
htmlfile gen_index_page arch_body arch_foot arch_head index_head
index_foot pkg_list pkg_long);
our $osrev = "4.4";
our $osrev = "4.5";
our $debug = 0;
our $html;