Main  /  Edit version 3  /  Edit version 4  /   /  Users Area

Difference "CppCMS versioning scheme" ver. 3 versus ver. 4

Content:

CppCMS uses a versioning scheme with 3 significant digits: [**Major**].[**Minor**].[**Patch**]
The naming convention is the same convention used by Gnome and by GLib. It is very suitable for libraries as it is clear what kind of dependency required and what library is backward compatible with other and at what level.
**Major** - defines API and ABI compatibility it expected to be 1 for a long time. The release of CppCMS 2.0.0 would mean a major API changes compared to 1.x.x, but such a release is not planned at this point.
**Minor** - Releases that adds new features and functionality such that:
- All that works with 1.0 would work with 1.2 but not other way around.
- Even numbers would mark stable releases 1.0, 1.2, 1.4
- Odd numbers would mark development releases 1.1, 1.3 that would become on stable release +1 1.1 -> 1.2 and 1.3->1.4 upon release.
**Patch** - bug fix release that do not change any API.
The 0.99.X and 0.999.X version scheme is a beta-X and RC-X pre-release scheme - i.e. pre 1.0.0. version.
---
← [Changelog for CppCMS 1.x.x][prev]
| [Top](#maincontent)
| [How to build CppCMS 1.x.x][next] →
[prev]: /wikipp/en/page/releases_1x
[next]: /wikipp/en/page/cppcms_1x_build

Sidebar:

← [Changelog for CppCMS 1.x.x](http://cppcms.com/wikipp/en/page/releases_1x)
[How to build CppCMS 1.x.x](http://cppcms.com/wikipp/en/page/cppcms_1x_build)→
## Browse
[CppCMS 1.x.x - Stable][toc]
← [Changelog for CppCMS 1.x.x][prev]
[How to build CppCMS 1.x.x][next] →
[toc]: /wikipp/en/page/cppcms_1x/
[prev]: /wikipp/en/page/releases_1x
[next]: /wikipp/en/page/cppcms_1x_build

About

CppCMS is a web development framework for performance demanding applications.

Support This Project

SourceForge.net Logo

Поддержать проект

CppCMS needs You


Navigation

Main Page


Valid CSS | Valid XHTML 1.0