New build doesn't change date

Discussion about official Mozilla Firefox builds
Post Reply
scragz
Posts: 2914
Joined: February 8th, 2003, 2:38 am
Location: San Diego, US
Contact:

New build doesn't change date

Post by scragz »

I pulled from CVS yesterday (20040424) and rebuilt Fb, but the date in Help->About is still 20040423, when I initially pulled the tree. It says Mozilla Firebird now, where the other one says Firebird Browser, so I'm sure that it actually updated everything.

Why doesn't it change that one thing? The only way I've found is to totally delete everything and pull it from scratch. (I know I could just go in and change the variable.)
User avatar
Tom Sommer
Posts: 988
Joined: January 15th, 2003, 4:46 am
Location: Denmark
Contact:

Post by Tom Sommer »

make clean? Dunno :)
cdn
Posts: 999
Joined: November 4th, 2002, 5:47 pm
Location: UK
Contact:

994

Post by cdn »

$ echo '#define PRODUCT_VERSION "'`date +%Y%m%d`'"' > layout/build/gbdate.h
scragz
Posts: 2914
Joined: February 8th, 2003, 2:38 am
Location: San Diego, US
Contact:

Re: 994

Post by scragz »

cdn wrote:$ echo '#define PRODUCT_VERSION "'`date +%Y%m%d`'"' > layout/build/gbdate.h
So I just run that before I build? Is this something that I should have known and everyone's laughing at me now?
User avatar
RAF
Moderator
Posts: 12609
Joined: November 5th, 2002, 2:19 pm
Location: .nl

Post by RAF »

I'm not laughing, I can't even read it...
seb
Posts: 1578
Joined: November 4th, 2002, 11:26 pm
Location: Paris, France
Contact:

Post by seb »

Bah, it's easy: %Y -> Year; %m -> month; %d -> day :)
Post Reply