bump internal version number

This commit is contained in:
Ryan Nematz 2018-06-27 01:01:06 -04:00
parent fd27a15bac
commit 33619ad703
5 changed files with 39 additions and 7 deletions

View File

@ -13,7 +13,23 @@
<img src="about:logopng" id="rzLogo">
<!--<img src="https://www.mozilla.org/images/logo-star.gif" id="rzLogo">-->
<!-- current release -->
<h1>RetroZilla 2.1</h1>
<h1>RetroZilla 2.2</h1>
<h3>New Features</h3>
<ul>
<li>Updated NSS with TLS 1.2 support</li>
<li>Various internal URLs have been updated to reflect current RetroZilla website</li>
<li>Various security fixes</li>
<li>Various build system changes</li>
<li>RetroZilla Browser (Firefox) code added</li>
</ul>
<h3>Release Notes</h3>
<p>
This build was released to bring TLS 1.2 support to users without having
them wait until the Gecko code is done being worked on.
</p>
<!-- past releases -->
<hr>
<h2>RetroZilla 2.1</h2>
<h3>New Features</h3>
<ul>
<li>Updated default tab and security preferences</li>
@ -37,7 +53,7 @@
on the RetroZilla home page (about:home) to notify users that don't follow the
MSFN threads that a new version is out.
</p>
<!-- past releases -->
<!-- -->
<hr>
<h2>RetroZilla 2.0</h2>
<h3>New Features</h3>

View File

@ -40,7 +40,7 @@
#expand pref("general.useragent.extra.__MOZ_APP_NAME__", "__MOZ_APP_DISPLAYNAME__/__MOZ_APP_VERSION__ SeaMonkey/1.1.19 Firefox/2.0.20");
pref("rzHome.autofocus", true);
pref("retrozilla.version", 210);
pref("retrozilla.version", 220);
// RETROZILLA SESSION RESTORE PREFERENCES
pref("extensions.crashrecovery.interval", 10000);

View File

@ -1 +1 @@
2.1
2.2

View File

@ -101,7 +101,7 @@ h1 {
<hr />
<ul>
<li>Copyright &copy; 1998&ndash;2010, 2015-2017 by <a href="about:credits">Contributors</a> to
<li>Copyright &copy; 1998&ndash;2010, 2015-2018 by <a href="about:credits">Contributors</a> to
the Mozilla and RetroZilla codebases under the <a href="about:license">Mozilla Public License
and other licenses</a>. All Rights Reserved.</li>

View File

@ -13,7 +13,23 @@
<img src="about:logopng" id="rzLogo">
<!--<img src="https://www.mozilla.org/images/logo-star.gif" id="rzLogo">-->
<!-- current release -->
<h1>RetroZilla 2.1</h1>
<h1>RetroZilla 2.2</h1>
<h3>New Features</h3>
<ul>
<li>Updated NSS with TLS 1.2 support</li>
<li>Various internal URLs have been updated to reflect current RetroZilla website</li>
<li>Various security fixes</li>
<li>Various build system changes</li>
<li>RetroZilla Browser (Firefox) code added</li>
</ul>
<h3>Release Notes</h3>
<p>
This build was released to bring TLS 1.2 support to users without having
them wait until the Gecko code is done being worked on.
</p>
<!-- past releases -->
<hr>
<h2>RetroZilla 2.1</h2>
<h3>New Features</h3>
<ul>
<li>Updated default tab and security preferences</li>
@ -37,7 +53,7 @@
on the RetroZilla home page (about:home) to notify users that don't follow the
MSFN threads that a new version is out.
</p>
<!-- past releases -->
<!-- -->
<hr>
<h2>RetroZilla 2.0</h2>
<h3>New Features</h3>