diff --git a/.hgtags b/.hgtags --- a/.hgtags +++ b/.hgtags @@ -4,8 +4,9 @@ dc35ef559785fd1b03969609cd684dbf03d8e5b5 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 22bcb0f2601112cf039e33f4faad9ce802a97b0e CHATZILLA_0_9_91_RELEASE +b85ad0cda0507c587b1fc91872172c42b105876c CHATZILLA_0_9_91_1_RELEASE diff --git a/xul/content/static.js b/xul/content/static.js --- 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.91"; +const __cz_version = "0.9.91.1"; const __cz_condition = "green"; const __cz_suffix = ""; const __cz_guid = "59c81df5-4b7a-477b-912d-4e0fdf64e5f2"; const __cz_locale = "0.9.91"; var warn; var ASSERT; var TEST;