diff --git a/locales/en-US/chrome/chatzilla.properties b/locales/en-US/chrome/chatzilla.properties --- a/locales/en-US/chrome/chatzilla.properties +++ b/locales/en-US/chrome/chatzilla.properties @@ -29,17 +29,17 @@ # # Note: the ChatZilla version and expected locale versions may not always be # the same. For example, if only non-locale changes have been made, the # expected locale version will stay the same. This is to make using # localisations between versions easier. # ### End of notes ### -locale.version = 0.9.90.1 +locale.version = 0.9.91 locale.error = You are using ChatZilla %1$S, which requires the locale version %2$S. The currently selected locale, %3$S, is version %4$S, and therefore there may be problems running ChatZilla.\n\nIt is strongly advised that you update or remove the ChatZilla locale in question. locale.authors = XXX REPLACE THIS VALUE WITH A SEMICOLON-SEPARATED LIST OF NAMES FOR YOUR LOCALIZATION TEAM XXX # Misc unknown= none= na= diff --git a/xpi/resources/install.rdf b/xpi/resources/install.rdf --- a/xpi/resources/install.rdf +++ b/xpi/resources/install.rdf @@ -25,30 +25,30 @@ 3.6 is Gecko 1.9.2 4.0 is Gecko 2.0 5.0 is Gecko 5.0 x.0 is Gecko x.0, where x is greater than 5 --> {ec8030f7-c20a-464f-9b0e-13a3a9e97384} 3.5 - 19.0a1 + 35.* {92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a} 2.0 - 2.22a1 + 2.32.* diff --git a/xul/content/contents.rdf b/xul/content/contents.rdf --- a/xul/content/contents.rdf +++ b/xul/content/contents.rdf @@ -8,17 +8,17 @@ diff --git a/xul/content/static.js b/xul/content/static.js --- a/xul/content/static.js +++ b/xul/content/static.js @@ -1,19 +1,19 @@ /* -*- 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.90.1"; +const __cz_version = "0.9.91"; const __cz_condition = "green"; const __cz_suffix = ""; const __cz_guid = "59c81df5-4b7a-477b-912d-4e0fdf64e5f2"; -const __cz_locale = "0.9.90.1"; +const __cz_locale = "0.9.91"; var warn; var ASSERT; var TEST; if (DEBUG) { _dd_pfx = "cz: ";