<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html lang="en">
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<title>
GitLab
</title>

</head>
<body>
<style type="text/css">
img {
max-width: 100%; height: auto;
}
</style>
<div class="content">
<h3>
Felix Paul Kühne pushed to branch master
at <a href="https://code.videolan.org/VideoLAN.org/websites">VideoLAN organization / websites</a>
</h3>
<h4>
Commits:
</h4>
<ul>
<li>
<strong><a href="https://code.videolan.org/VideoLAN.org/websites/commit/d8e19235f7fbe1f3b807997079c5ca31477ab4fa">d8e19235</a></strong>
<div>
<span>by Felix Paul Kühne</span>
<i>at 2016-05-04T16:53:21+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap">VLC source download: show latest version</pre>
</li>
</ul>
<h4>1 changed file:</h4>
<ul>
<li class="file-stats">
<a href="#620f2ecad2bb6f74b2fcd0134963a841" style="text-decoration: none">
www.videolan.org/vlc/download-sources.php
</a>
</li>
</ul>
<h4>Changes:</h4>
<li id="620f2ecad2bb6f74b2fcd0134963a841">
<a href="https://code.videolan.org/VideoLAN.org/websites/commit/d8e19235f7fbe1f3b807997079c5ca31477ab4fa#diff-0">
<strong>
www.videolan.org/vlc/download-sources.php
</strong>
</a>
<hr>
<pre class="highlight"><code><span style="background: #ffdddd; color: #000000">--- a/www.videolan.org/vlc/download-sources.php
</span><span style="background: #ddffdd; color: #000000">+++ b/www.videolan.org/vlc/download-sources.php
</span><span style="color: #aaaaaa">@@ -40,9 +40,10 @@
</span> <div id="left">
 <h2>Tarballs</h2>
 
<span style="background: #ffdddd; color: #000000">-<p> Latest VLC source code tarball (2.2.1):</p>
</span><span style="background: #ddffdd; color: #000000">+<?php
+   echo "<p> Latest VLC source code tarball ($version):</p>"; ?>
</span> 
<span style="background: #ffdddd; color: #000000">-<?php pkgitem_nomirr("VLC source code tar.xz", "2.2.1","vlc-2.2.1.tar.xz","vlc", "source package"); ?>
</span><span style="background: #ddffdd; color: #000000">+<?php pkgitem_nomirr("VLC source code tar.xz", "$version","vlc-$version.tar.xz","vlc", "source package"); ?>
</span> 
 <h2 style="clear: both;"> Required libraries: </h2>
 <a href="ftp://ftp.videolan.org/pub/videolan/">Contrib libraries tarballs</a>
</code></pre>

<br>
</li>

</div>
<div class="footer" style="margin-top: 10px">
<p style="color: #777; font-size: small">

<br>
<a href="https://code.videolan.org/VideoLAN.org/websites/commit/d8e19235f7fbe1f3b807997079c5ca31477ab4fa">View it on GitLab</a>.
<br>
You're receiving this email because of your account on code.videolan.org.
If you'd like to receive fewer emails, you can
adjust your notification settings.
<script type="application/ld+json">{"@context":"http://schema.org","@type":"EmailMessage","action":{"@type":"ViewAction","name":"View Commit","url":"https://code.videolan.org/VideoLAN.org/websites/commit/d8e19235f7fbe1f3b807997079c5ca31477ab4fa"}}</script>
</p>
</div>
</body>
</html>