CMake/Help
Brad King 7cbab17871 Change version scheme to use only two components for feature levels
Historically CMake used three version components for the feature level.
We released new features while incrementing only the third version
component.  Since commit v2.8.2~105^2~4 (New version scheme to support
branchy workflow, 2010-04-23) we used the fourth version component for
bug-fix releases and the development date:

 <major>.<minor>.<patch>[.<tweak>][-rc<n>] = Release
 <major>.<minor>.<patch>.<date>[-<id>]     = Development

This solidified use of three components for the feature level, and was
necessary to continue releasing 2.x versions because:

* Some existing projects performed floating-point comparisons of
  ${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION} to 2.x numbers
  so ``x`` could never be higher than 9.

* Version 2.9.<date> was used briefly in post-2.8.0 development in
  CVS prior to the transition to Git, so using it in releases may
  have caused confusion.

Now that we are moving to 3.x versions, these two restrictions go away.
Therefore we now change to use only two components for the feature
level and use the scheme:

 <major>.<minor>.<patch>[-rc<n>] = Release
 <major>.<minor>.<date>[-<id>]   = Development
2014-02-19 09:30:13 -05:00
..
command Help: Format find_package() command documentation 2014-02-17 15:37:04 -05:00
generator Add support for codelite IDE project fles 2014-01-10 09:20:11 +02:00
include Help: Factor out COMPILE_DEFINITIONS disclaimer duplication 2013-10-16 09:22:38 -04:00
manual Merge topic 'doc-usage-requirements' 2014-02-19 08:34:29 -05:00
module Help: Update Qt4 documentation. 2014-01-15 16:23:51 +01:00
policy add_custom_command: Disallow use of SOURCE signatures. 2014-02-12 11:19:27 -05:00
prop_cache Convert builtin help to reStructuredText source files 2013-10-15 14:12:03 -04:00
prop_dir Help: Document relation of properties to the rest of the buildsystem. 2014-02-06 16:15:53 -05:00
prop_gbl Help: Reformat Qt autogenerator documentation. 2014-01-04 11:28:57 +01:00
prop_sf Help: Reformat Qt autogenerator documentation. 2014-01-04 11:28:57 +01:00
prop_test allow to mark a test as "Not Run" with a specific return code (#8466) 2014-01-14 23:57:40 +01:00
prop_tgt Help: Adjust the QtAutogen properties to the common style. 2014-02-06 16:15:54 -05:00
release Change version scheme to use only two components for feature levels 2014-02-19 09:30:13 -05:00
variable Change version scheme to use only two components for feature levels 2014-02-19 09:30:13 -05:00
index.rst Help: Add documents for release notes 2014-02-04 11:15:12 -05:00