mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-17 22:32:51 +00:00
Bug 342897 Copy required suite files from xpfe/bootstrap (and elsewhere) to suite/app (Moves xpfe/bootstrap/version.txt to suite/config/version.txt) r=benjamin,sr=Neil
This commit is contained in:
parent
fd3dcc8633
commit
50203d3872
@ -1375,7 +1375,7 @@ dnl Get version of various core apps from the version files.
|
||||
FIREFOX_VERSION=`cat $topsrcdir/browser/config/version.txt`
|
||||
THUNDERBIRD_VERSION=`cat $topsrcdir/mail/config/version.txt`
|
||||
SUNBIRD_VERSION=`cat $topsrcdir/calendar/sunbird/config/version.txt`
|
||||
SEAMONKEY_VERSION=`cat $topsrcdir/xpfe/bootstrap/version.txt`
|
||||
SEAMONKEY_VERSION=`cat $topsrcdir/suite/config/version.txt`
|
||||
|
||||
AC_DEFINE_UNQUOTED(MOZILLA_VERSION,"$MOZILLA_VERSION")
|
||||
AC_DEFINE_UNQUOTED(MOZILLA_VERSION_U,$MOZILLA_VERSION)
|
||||
|
@ -445,7 +445,7 @@ sub GetProductMilestoneVersion
|
||||
}
|
||||
|
||||
#chdir("$aDirMozTopSrc/config");
|
||||
$versionMilestone = `cat $aDirMozTopSrc/xpfe/bootstrap/version.txt`;
|
||||
$versionMilestone = `cat $aDirMozTopSrc/suite/config/version.txt`;
|
||||
|
||||
if(defined($ENV{DEBUG_INSTALLER_BUILD}))
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user