diff --git a/.hgtags b/.hgtags --- a/.hgtags +++ b/.hgtags @@ -2,8 +2,9 @@ 71b62d1631cf182d18ccd005ff1b0d165fc0a9b5 7cd75dde674bf8e41411c96d10112695346a3cdd CHATZILLA_0_9_87_RELEASE dc35ef559785fd1b03969609cd684dbf03d8e5b5 CHATZILLA_0_9_86_RELEASE 1570a209115302bfc294e0faa5df2a8e08cfa416 CHATZILLA_0_9_85_RELEASE 2167b379b64d61255cc12f1af2984958c44a4980 SEA_2_6_BASE 8d4bc132f2523993a7d9c5a01cb94ef1048591b9 CHATZILLA_0_9_88_RELEASE 0b5f5c3d666be70d5a1fc9aea562d39adf8fa181 CHATZILLA_0_9_88_1_RELEASE 7a5400416482ab079fd0073dafa0a5b0382d7eaf CHATZILLA_0_9_88_2_RELEASE fc5089117b1413b53ce57d201ed0005babbd3280 CHATZILLA_0_9_89_RELEASE +7f32a1339f8c334b6d731ec4972faa7a412c1667 CHATZILLA_0_9_90_RELEASE 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.89 +locale.version = 0.9.90 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/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.89"; +const __cz_version = "0.9.90"; const __cz_condition = "green"; const __cz_suffix = ""; const __cz_guid = "59c81df5-4b7a-477b-912d-4e0fdf64e5f2"; -const __cz_locale = "0.9.89"; +const __cz_locale = "0.9.90"; var warn; var ASSERT; var TEST; if (DEBUG) { _dd_pfx = "cz: ";