Page 1 of 1

libcef.dll version numbers

PostPosted: Wed May 04, 2011 7:00 pm
by pjackson
It's minor, but I'll call this a feature request.

It would be great if the libcef.dll that came as part of the binary releases had a version number in the dll resources. At the moment, the dll is version 1.0.0.1.
I'll be using an MSI to distribute libcef.dll, and the installer checks file versions when upgrading an application. When I want to upgrade from r212 to rXYZ, the MSI will see that the version numbers are the same, and the new file won't be copied.

As a work around, I can manually hack a version into the dll's resources; but it seems like something that would benefit anyone who wants to distribute libcef.dll.

Cheers
Philip

Re: libcef.dll version numbers

PostPosted: Wed May 04, 2011 7:34 pm
by magreenblatt
Hi Philip,

What you're requesting is issue #108.

Regards,
Marshall

Re: libcef.dll version numbers

PostPosted: Wed May 04, 2011 7:49 pm
by pjackson
Thanks Marshall