Win2000 Free Build

Hi,
I have one question regarding the File Version
displayed whenever you build a driver using Win2k Free
build enviornment.
Whenever I build a driver it always shows me
5.0.2195.1620 when I right click on the *.sys and
click Properties and then Version.

I can understand 5.0.2195 as the ddk build version.
I am not sure from where 1620 is coming from. Is it
something which I can control from the driver.

Please advise.
Thanks in advance,
Gurpreet


Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

The file version is defined in ntverp.h and included in your *.rc file.
To change default strings, you have to redefine them in your *.rc
and before the include of common.ver

----- Original Message -----
From: “Gurpreet Anand”
To: “NT Developers Interest List”
Sent: Monday, January 27, 2003 7:41 PM
Subject: [ntdev] Win2000 Free Build

> Hi,
> I have one question regarding the File Version
> displayed whenever you build a driver using Win2k Free
> build enviornment.
> Whenever I build a driver it always shows me
> 5.0.2195.1620 when I right click on the *.sys and
> click Properties and then Version.
>
> I can understand 5.0.2195 as the ddk build version.
> I am not sure from where 1620 is coming from. Is it
> something which I can control from the driver.
>
> Please advise.
> Thanks in advance,
> Gurpreet
>
> __________________________________________________
> Do you Yahoo!?
> Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
> http://mailplus.yahoo.com
>
>
> —
> You are currently subscribed to ntdev as: xxxxx@compaqnet.be
> To unsubscribe send a blank email to xxxxx@lists.osr.com
>

The extension is the service pack build number. We’re pulling updates
from the service packs, to get bug fixes for the headers.

And, no you can’t really do anything with this in your driver.