Skip to content

Commit

Permalink
ngIRCd Release 26
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbarton committed Jan 24, 2019
1 parent 92db9e1 commit 6f558a3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 16 deletions.
16 changes: 4 additions & 12 deletions common/download.inc
@@ -1,16 +1,8 @@
<dl>
<dt>
<strong>ngIRCd Release 24</strong> (2017-01-20):
<strong>ngIRCd Release 25</strong> (2019-01-23):
</dt>
<?php download_links("24", "ngircd.barton.de"); ?>
<?php download_links("24", "ngircd.mirror.3rz.org"); ?>
<?php download_links("24", "ngircd.sourceforge.net", "http"); ?>
</dl>
<dl>
<dt>
<strong>ngIRCd Release 25~rc1</strong> (2018-08-11):
</dt>
<?php download_links("25~rc1", "ngircd.barton.de"); ?>
<?php download_links("25~rc1", "ngircd.mirror.3rz.org"); ?>
<?php download_links("25~rc1", "ngircd.sourceforge.net", "http"); ?>
<?php download_links("25", "ngircd.barton.de"); ?>
<?php download_links("25", "ngircd.mirror.3rz.org"); ?>
<?php download_links("25", "ngircd.sourceforge.net", "http"); ?>
</dl>
3 changes: 1 addition & 2 deletions news.php.de
Expand Up @@ -13,8 +13,7 @@
</h3>
<p>
Die aktuelle stabile Version ist
<strong>Release 24</strong> vom 20. Januar 2017,
zum Test steht <strong>Release 25~rc1</strong> vom 11. August 2018 bereit,
<strong>Release 25</strong> vom 23. Januar 2019,
siehe auch die
<a href="download.php.de">Download-M&ouml;glichkeiten</a>.
</p>
Expand Down
3 changes: 1 addition & 2 deletions news.php.en
Expand Up @@ -13,8 +13,7 @@
</h3>
<p>
The current stable version is
<strong>Release 24</strong> of January 20 2017,
for testing <strong>Release 25~rc1</strong> of August 11 2018 is available,
<strong>Release 25</strong> of January 23 2019,
please refer to the <a href="download.php.en">Download</a>
options.
</p>
Expand Down

0 comments on commit 6f558a3

Please sign in to comment.