summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.h
Commit message (Collapse)AuthorAgeFilesLines
* Merge in changes to CMake-2-8 RC 2Bill Hoffman2009-10-011-14/+9
|
* ENH: Overhaul CMake version numberingBrad King2009-03-051-5/+7
| | | | | | | | | | | | | This moves the version numbers into an isolated configured header so that not all of CMake needs to rebuild when the version changes. Previously we had spaces, dashes and/or the word 'patch' randomly chosen before the patch number. Now we always report version numbers in the traditional format "<major>.<minor>.<patch>[-rc<rc>]". We still use odd minor numbers for development versions. Now we also use the CCYYMMDD date as the patch number of development versions, thus allowing tests for exact CMake versions.
* ENH: Enabling ability for CMAKE_MINIMUM_REQUIRED version to include patch ↵Brad King2005-06-171-0/+1
| | | | level. Submitted by Alexander Neundorf.
* ENH: Add development version support in CMakeAndy Cedilnik2004-10-221-0/+40