diff options
-rwxr-xr-x | gitweb/gitweb.cgi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gitweb/gitweb.cgi b/gitweb/gitweb.cgi index 9a0e817..078af2b 100755 --- a/gitweb/gitweb.cgi +++ b/gitweb/gitweb.cgi @@ -182,9 +182,9 @@ our %default_heads = ( "ports/core.git" => "3.0", "ports/opt.git" => "3.0", "ports/contrib.git" => "3.0", - "ports/xfce.git" => "2.8", + "ports/xfce.git" => "3.0", "ports/xorg.git" => "3.0", - "ports/e17.git" => "2.8", + "ports/e17.git" => "3.0", "ports/sip.git" => "2.4", "ports/kde.git" => "2.5", "ports/kde4.git" => "2.8", |