mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 00:01:50 +00:00
landing fix for #84325 on the tip. r=dougt, sr=granrose, a=scc
This commit is contained in:
parent
2b36615302
commit
6d808e5847
@ -1559,7 +1559,7 @@ sub BuildLayoutProjects()
|
||||
my($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) = localtime;
|
||||
# localtime returns year minus 1900
|
||||
$year = $year + 1900;
|
||||
printf(OUTPUT "#define PRODUCT_VERSION NS_LITERAL_STRING(\"%04d%02d%02d\").get()\n", $year, 1+$mon, $mday);
|
||||
printf(OUTPUT "#define PRODUCT_VERSION \"%04d%02d%02d\"\n", $year, 1+$mon, $mday);
|
||||
close(OUTPUT);
|
||||
|
||||
#//
|
||||
|
Loading…
Reference in New Issue
Block a user