diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2012-11-03 15:03:00 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2012-11-03 15:03:00 +0100 |
commit | 55c0d54a9863b438be2949a4629ec3fb0a307fe4 (patch) | |
tree | e3dcf646d58b41f636a19485018c807222779d86 /tdecore | |
parent | 8867ab30161f63efb4253c351fbf47a381f3ff59 (diff) | |
download | tdelibs-55c0d54a9863b438be2949a4629ec3fb0a307fe4.tar.gz tdelibs-55c0d54a9863b438be2949a4629ec3fb0a307fe4.zip |
Updated description for version numbers
Diffstat (limited to 'tdecore')
-rw-r--r-- | tdecore/tdeversion.h | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/tdecore/tdeversion.h b/tdecore/tdeversion.h index b1349b088..6f51a37ea 100644 --- a/tdecore/tdeversion.h +++ b/tdecore/tdeversion.h @@ -23,12 +23,14 @@ #include "tdelibs_export.h" /* - R <ABI VERSION> . <BUGFIX REVISION> . <SECURITY PATCHLEVEL> - Security patchlevel is not present on initial release - It is added on the first security release, starting with ".a" - ".a" would correspond to a TDE_VERSION_RELEASE of 1, ".b" would be 2, etc. - A new bugfix revision resets the security level - A new ABI version resets both the bugfix revision and the security level + R <ABI VERSION> . <FEATURE REVISION> . <BUG AND SECURITY PATCH LEVEL> + Initial release is always R<ABI VERSION>.0.0. + BUG AND SECURITY PATCH LEVEL is always updated with a point release. + FEATURE REVISION is updated when new features are introduced or existing + features are significantly updated. + A FEATURE REVISION release does NOT include ABI changes. + A new FEATURE REVISION level always resets the BUG AND SECURITY PATCHLEVEL. + A new ABI version resets both the FEATURE REVISION and BUG AND SECURITY PATCH LEVEL. */ #define TDE_VERSION_STRING "R14.0.0 [DEVELOPMENT]" #define TDE_VERSION_MAJOR 14 |