landing fix for #84325 on the tip. r=dougt, sr=granrose, a=scc

This commit is contained in:
jj%netscape.com 2001-06-15 03:22:50 +00:00
parent 2b36615302
commit 6d808e5847

View File

@ -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);
#//