diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2022-05-01 16:58:49 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2022-05-01 18:07:30 +0200 |
commit | 3f1595d5438b8189a2fd158cf7427c4655b290dd (patch) | |
tree | a8aaa23693f508e3652fcf840a196bed681939bd /releases.php | |
parent | c0ff6439f293f17c2c4fc79e9bca8770b2b779cc (diff) | |
download | website-core-3f1595d5438b8189a2fd158cf7427c4655b290dd.tar.gz website-core-3f1595d5438b8189a2fd158cf7427c4655b290dd.zip |
Add R14.0.12 release.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'releases.php')
-rw-r--r-- | releases.php | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/releases.php b/releases.php index 659dde2..014688c 100644 --- a/releases.php +++ b/releases.php @@ -1,5 +1,5 @@ <?php - // (c) 2014-2021 Trinity Desktop Project + // (c) 2014-2022 Trinity Desktop Project // All Rights Reserved // Authors: Timothy Pearson and Elizabeth Liddell @@ -20,7 +20,11 @@ the <a href="https://wiki.trinitydesktop.org/Project_RoadMap">Project Roadmap</a <td><B>Date</B></td> </tr> <tr> - <td style="padding-right:5ex"><a href="releases/R14.0.11">→ R14.0.11 [Current]</a></td> + <td style="padding-right:5ex"><a href="releases/R14.0.12">→ R14.0.12 [Current]</a></td> + <td>05/01/2022</td> + </tr> + <tr> + <td style="padding-right:5ex"><a href="releases/R14.0.11">→ R14.0.11</a></td> <td>10/31/2021</td> </tr> <tr> |