--- a/xul/content/contents.rdf
+++ b/xul/content/contents.rdf
@@ -1,24 +1,24 @@
<?xml version="1.0"?>
-<!-- This Source Code Form is subject to the terms of the Mozilla Public
- - License, v. 2.0. If a copy of the MPL was not distributed with this
- - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
-
+<!-- This Source Code Form is subject to the terms of the Mozilla Public
+ - License, v. 2.0. If a copy of the MPL was not distributed with this
+ - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
+
<RDF:RDF xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:chrome="http://www.mozilla.org/rdf/chrome#">
<!-- list all the packages being supplied by this jar -->
<RDF:Seq about="urn:mozilla:package:root">
<RDF:li resource="urn:mozilla:package:chatzilla"/>
</RDF:Seq>
<!-- package information -->
<RDF:Description about="urn:mozilla:package:chatzilla"
- chrome:displayName="ChatZilla 0.9.88.1"
+ chrome:displayName="ChatZilla 0.9.88.2"
chrome:author="mozilla.org"
chrome:authorURL="http://www.mozilla.org/projects/rt-messaging/chatzilla/"
chrome:description="A simple, straightforward Internet Relay Chat (IRC) client."
chrome:localeVersion=""
chrome:extension="true"
chrome:settingsURL="chrome://chatzilla/content/config.xul"
chrome:name="chatzilla">
</RDF:Description>
--- a/xul/content/static.js
+++ b/xul/content/static.js
@@ -1,15 +1,15 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-const __cz_version = "0.9.88.1";
+const __cz_version = "0.9.88.2";
const __cz_condition = "green";
const __cz_suffix = "";
const __cz_guid = "59c81df5-4b7a-477b-912d-4e0fdf64e5f2";
const __cz_locale = "0.9.88";
var warn;
var ASSERT;
var TEST;