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

git-svn-id: svn://10.0.0.236/trunk@97196 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jj%netscape.com 2001-06-15 03:22:50 +00:00
parent c8667e6bce
commit 4a8928c1e0

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