-
-
Notifications
You must be signed in to change notification settings - Fork 475
VersionNumbering
cztomczak edited this page May 25, 2016
·
5 revisions
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.
Newer CEF versions consists of: CEF3+branch+git-commit-count+git-revision/short-hash. An example would be: 3.2526.1366.g8617e7c
Old 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.