Bug 524432 - Fix cut and paste error in l10n-changesets for TB 3.0 RC1
--- a/thunderbird/l10n-changesets
+++ b/thunderbird/l10n-changesets
@@ -19,18 +19,18 @@ ga-IE a849acb529c1
gl 1497d90bdec2
he debf1ead42a0
hu 61f9994a89d0
id 045641fbad86
is 0150d75067ba
it 9716f12599ee
ja d85c252c4a27
ja-JP-mac 185a0efcc268
-ka 57e360234aa8
-ko 2dabf929d38a
+ka 73a673cf5229
+ko 57e360234aa8
lt 66029a6acff4
nb-NO 140006e6863c
nl e055800a9b6f
nn-NO 5db281317240
pa-IN fd836ad5716f
pl 682974b2bfc2
pt-BR 0333457476aa
pt-PT 01142a42630c
--- a/thunderbird/release_config.py
+++ b/thunderbird/release_config.py
@@ -38,17 +38,17 @@ version = '3.0rc1'
appVersion = '3.0'
#XXX: Not entirely certain if/where this is used.
milestone = '1.9.1.5'
buildNumber = 1
baseTag = 'THUNDERBIRD_3_0rc1'
# The old version is the revision from which we should generate update snippets.
oldVersion = '3.0b4'
oldAppVersion = oldVersion
-oldBuildNumber = 1
+oldBuildNumber = 2
oldBaseTag = 'THUNDERBIRD_3_0b4'
releasePlatforms = ('linux', 'win32', 'macosx')
patcherConfig = 'moz19-thunderbird-branch-patcher2.cfg'
patcherToolsTag = 'UPDATE_PACKAGING_R9'
ftpServer = 'ftp.mozilla.org'
stagingServer = 'stage-old.mozilla.org'
bouncerServer = 'download.mozilla.org'
ausServerUrl = 'https://aus2.mozillamessaging.com'