xxfxxf / chromiumembedded

Automatically exported from code.google.com/p/chromiumembedded
0 stars 0 forks source link

Set product version using info from chrome/VERSION file instead of hard-coding #383

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The product version string is currently hard-coded in 
CefProcessUIThread::Init(). This is problematic because I forget to update it 
when performing a Chromium update. It's better to use the 
make_version_header.py script to pull version information from the 
chrome/VERSION file and use that to format the product version string.

Original issue reported on code.google.com by magreenb...@gmail.com on 18 Oct 2011 at 5:50

GoogleCodeExporter commented 9 years ago
Fixed in revision 323.

Original comment by magreenb...@gmail.com on 18 Oct 2011 at 5:56