[www-doc] [Git][VideoLAN.org/websites][master] release notes: fix the title
Jean-Baptiste Kempf
gitlab at videolan.org
Thu Dec 27 19:12:19 CET 2018
Jean-Baptiste Kempf pushed to branch master at VideoLAN organization / websites
Commits:
9fddbde3 by Jean-Baptiste Kempf at 2018-12-27T18:12:08Z
release notes: fix the title
- - - - -
3 changed files:
- www.videolan.org/vlc/releases/3.0.3.php
- www.videolan.org/vlc/releases/3.0.4.php
- www.videolan.org/vlc/releases/3.0.5.php
Changes:
=====================================
www.videolan.org/vlc/releases/3.0.3.php
=====================================
@@ -1,5 +1,5 @@
<?php
- $title = _("VLC 3.0 Vetinari");
+ $title = _("VLC 3.0.3 Vetinari");
$body_color = "red";
$language = "";
$nobanner = true;
@@ -15,7 +15,7 @@
?>
<div class="container">
- <center><h1 class='bigtitle' style="padding-bottom: 3px;">VLC <b>3.0</b> <em>Vetinari</em></h1>
+ <center><h1 class='bigtitle' style="padding-bottom: 3px;">VLC <b>3.0.3</b> <em>Vetinari</em></h1>
<div style="padding-top: 0px; padding-bottom: 10px; color: grey;">VLC 3.0.3 is the second version of the "Vetinari" branch of our popular media player.</div>
</center>
=====================================
www.videolan.org/vlc/releases/3.0.4.php
=====================================
@@ -1,5 +1,5 @@
<?php
- $title = _("VLC 3.0 Vetinari");
+ $title = _("VLC 3.0.4 Vetinari");
$body_color = "red";
$language = "";
$nobanner = true;
@@ -15,7 +15,7 @@
?>
<div class="container">
- <center><h1 class='bigtitle' style="padding-bottom: 3px;">VLC <b>3.0</b> <em>Vetinari</em></h1>
+ <center><h1 class='bigtitle' style="padding-bottom: 3px;">VLC <b>3.0.4</b> <em>Vetinari</em></h1>
<div style="padding-top: 0px; padding-bottom: 10px; color: grey;">VLC 3.0.4 is the second version of the "Vetinari" branch of our popular media player.</div>
</center>
=====================================
www.videolan.org/vlc/releases/3.0.5.php
=====================================
@@ -1,5 +1,5 @@
<?php
- $title = _("VLC 3.0 Vetinari");
+ $title = _("VLC 3.0.5 Vetinari");
$body_color = "red";
$language = "";
$nobanner = true;
@@ -15,7 +15,7 @@
?>
<div class="container">
- <center><h1 class='bigtitle' style="padding-bottom: 3px;">VLC <b>3.0</b> <em>Vetinari</em></h1>
+ <center><h1 class='bigtitle' style="padding-bottom: 3px;">VLC <b>3.0.5</b> <em>Vetinari</em></h1>
<div style="padding-top: 0px; padding-bottom: 10px; color: grey;">VLC 3.0.5 is the second version of the "Vetinari" branch of our popular media player.</div>
</center>
View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/commit/9fddbde3c9a72687280e13d216f15351a93d6d81
--
View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/commit/9fddbde3c9a72687280e13d216f15351a93d6d81
You're receiving this email because of your account on code.videolan.org.
More information about the www-doc
mailing list