Skip to content

VersionNumbering

Dominique B edited this page Feb 3, 2016 · 5 revisions

Version numbering

The naming convention for CEF Python versions is XX.YY (for example 29.4), where XX is the Chromium major version, and YY is the cefpython internal version.

An example Chromium version is 29.0.1547.80, where 29 is the major version, 0 is the minor version (this one never changes), 1547 is the build version (otherwise known as branch), and 80 is the patch version.

CEF versions consist of CEF branch and CEF SVN revision. The branch is the one from the Chromium version.

When building CEF and CEF Python from sources, you should use the CEF and Chromium versions listed in the BUILD_COMPATIBILITY.txt file.

Clone this wiki locally