mirror of
https://github.com/git/git.git
synced 2024-11-01 23:07:55 +01:00
v261
This commit is contained in:
parent
c2488d064b
commit
fdeb2fb616
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ use Fcntl ':mode';
|
|||
binmode STDOUT, ':utf8';
|
||||
|
||||
my $cgi = new CGI;
|
||||
my $version = "260";
|
||||
my $version = "261";
|
||||
my $my_url = $cgi->url();
|
||||
my $my_uri = $cgi->url(-absolute => 1);
|
||||
my $rss_link = "";
|
||||
|
|
Loading…
Reference in a new issue