From 33f10644ee67f14fd56cc61b0bf136f76fd6be33 Mon Sep 17 00:00:00 2001 From: "nrthomas%gmail.com" Date: Tue, 6 May 2008 20:20:55 +0000 Subject: [PATCH] Bug 428063, update all the CO_TAG's in client.mk, r=bhearsum --- tools/release/Bootstrap/Step/Tag/Bump.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/release/Bootstrap/Step/Tag/Bump.pm b/tools/release/Bootstrap/Step/Tag/Bump.pm index a740190abdf..18798ef6f8d 100644 --- a/tools/release/Bootstrap/Step/Tag/Bump.pm +++ b/tools/release/Bootstrap/Step/Tag/Bump.pm @@ -101,9 +101,9 @@ sub Execute { 'NSPR_CO_TAG = ' . $releaseTag, '^NSS_CO_TAG\s+=\s+\w*' => 'NSS_CO_TAG = ' . $releaseTag, - '^LOCALES_CO_TAG\s+=\s+' . $branchTag . '$' => + '^LOCALES_CO_TAG\s+=\s+' => 'LOCALES_CO_TAG = ' . $releaseTag, - '^LDAPCSDK_CO_TAG\s+=\s+' . $branchTag . '$' => + '^LDAPCSDK_CO_TAG\s+=\s+' => 'LDAPCSDK_CO_TAG = ' . $releaseTag); } elsif ($fileName eq $moduleVer) { $preVersion = $appVersion . 'pre';