1
0
mirror of https://github.com/git/git.git synced 2025-03-23 02:36:33 +00:00
This commit is contained in:
Kay Sievers 2006-01-09 13:14:00 +01:00
parent df2c37a5a1
commit f76ddc2015

View File

@ -17,7 +17,7 @@ use Fcntl ':mode';
binmode STDOUT, ':utf8';
my $cgi = new CGI;
my $version = "262";
my $version = "263";
my $my_url = $cgi->url();
my $my_uri = $cgi->url(-absolute => 1);
my $rss_link = "";