Closed
Bug 231367
Opened 22 years ago
Closed 22 years ago
Update MozillaFirebird.exe Windows version strings to 0.8
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Firebird0.8
People
(Reporter: ali, Assigned: bryner)
Details
Attachments
(1 file)
|
739 bytes,
patch
|
Details | Diff | Splinter Review |
We need to update the MozillaFirebird.exe Windows version strings to 0.8.0.0 for
the fileversion, and to 0.8.0+ for the fileversion string.
| Reporter | ||
Comment 1•22 years ago
|
||
Patch does the following:
-WIN32_MODULE_FILEVERSION=0,7,0,0
-WIN32_MODULE_FILEVERSION_STRING=0.7+
+WIN32_MODULE_FILEVERSION=0,8,0,0
+WIN32_MODULE_FILEVERSION_STRING=0.8.0+
| Reporter | ||
Updated•22 years ago
|
Attachment #139349 -
Flags: review?(bryner)
| Assignee | ||
Comment 2•22 years ago
|
||
Comment on attachment 139349 [details] [diff] [review]
Updates version strings to 0.8.0.0 and 0.8.0+
We're planning on making these changes at the same time the 0.8 release
happens, so as to not confuse users into thinking a random nightly build is
0.8. I'm going to leave this in my request queue so I remember to do this.
| Reporter | ||
Comment 3•22 years ago
|
||
In that case, I'm setting blocking0.8? so that this can go onto the 0.8 blockers
list. Just remember that this patch is for the trunk and you'll want to remove
the "+" from the version string for checkin to the branch. :)
Flags: blocking0.8?
Ben will do this at the very last minute (per IRC)
Flags: blocking0.8? → blocking0.8+
Target Milestone: --- → Firebird0.8
Comment 5•22 years ago
|
||
Dont't forget to change
pref("general.useragent.vendorSub", "0.7+");
in mozilla/browser/app/profile/all.js to 0.8 on the branch as well. :)
Was included in Ben's massive renaming checkin.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
| Assignee | ||
Updated•22 years ago
|
Attachment #139349 -
Flags: review?(bryner)
Updated•7 years ago
|
Component: Build Config → General
Product: Firefox → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•