845 Commits

Author SHA1 Message Date
Kitware Robot
521b930bf4 CMake Nightly Date Stamp 2014-03-31 00:01:05 -04:00
Kitware Robot
9298987a82 CMake Nightly Date Stamp 2014-03-30 00:01:06 -04:00
Kitware Robot
5bad8ae342 CMake Nightly Date Stamp 2014-03-29 00:01:05 -04:00
Kitware Robot
cab2e31443 CMake Nightly Date Stamp 2014-03-28 00:01:05 -04:00
Kitware Robot
e03ac807cf CMake Nightly Date Stamp 2014-03-27 00:01:18 -04:00
Kitware Robot
a29ea834de CMake Nightly Date Stamp 2014-03-26 00:01:05 -04:00
Kitware Robot
a56a8f9536 CMake Nightly Date Stamp 2014-03-25 00:01:06 -04:00
Kitware Robot
8a306d68e0 CMake Nightly Date Stamp 2014-03-24 00:01:06 -04:00
Kitware Robot
6f39a6ff32 CMake Nightly Date Stamp 2014-03-23 00:01:06 -04:00
Kitware Robot
d514e41118 CMake Nightly Date Stamp 2014-03-22 00:01:05 -04:00
Kitware Robot
6373e08d43 CMake Nightly Date Stamp 2014-03-21 00:01:16 -04:00
Kitware Robot
f039a3a78e CMake Nightly Date Stamp 2014-03-20 00:01:05 -04:00
Kitware Robot
8b8691adca CMake Nightly Date Stamp 2014-03-19 00:01:09 -04:00
Kitware Robot
2c5e78fa5d CMake Nightly Date Stamp 2014-03-18 00:01:09 -04:00
Kitware Robot
6313be44aa CMake Nightly Date Stamp 2014-03-17 00:01:05 -04:00
Kitware Robot
2eb158caf0 CMake Nightly Date Stamp 2014-03-16 00:01:05 -04:00
Kitware Robot
3c6943eb9d CMake Nightly Date Stamp 2014-03-15 00:01:11 -04:00
Kitware Robot
9a026b902b CMake Nightly Date Stamp 2014-03-14 00:01:14 -04:00
Kitware Robot
4a6a59a120 CMake Nightly Date Stamp 2014-03-13 00:01:10 -04:00
Kitware Robot
c4c6427ed6 CMake Nightly Date Stamp 2014-03-12 00:01:12 -04:00
Kitware Robot
64b93354dc CMake Nightly Date Stamp 2014-03-11 00:01:07 -04:00
Kitware Robot
4d8260921f CMake Nightly Date Stamp 2014-03-10 00:01:06 -04:00
Kitware Robot
6aad93f407 CMake Nightly Date Stamp 2014-03-09 00:01:06 -05:00
Kitware Robot
666c000931 CMake Nightly Date Stamp 2014-03-08 00:01:07 -05:00
Kitware Robot
00da6ac784 CMake Nightly Date Stamp 2014-03-07 00:01:08 -05:00
Kitware Robot
70da6f198f CMake Nightly Date Stamp 2014-03-06 00:01:05 -05:00
Kitware Robot
ea95e3eae3 CMake Nightly Date Stamp 2014-03-05 00:01:06 -05:00
Kitware Robot
74b982ce73 CMake Nightly Date Stamp 2014-03-04 00:01:05 -05:00
Kitware Robot
ace6fa5a8b CMake Nightly Date Stamp 2014-03-03 00:01:05 -05:00
Kitware Robot
115ffb0e4d CMake Nightly Date Stamp 2014-03-02 00:01:09 -05:00
Kitware Robot
c0afb88675 CMake Nightly Date Stamp 2014-03-01 00:01:10 -05:00
Kitware Robot
a3a178fcac CMake Nightly Date Stamp 2014-02-28 00:01:06 -05:00
Kitware Robot
0f9dbc1608 CMake Nightly Date Stamp 2014-02-27 00:01:08 -05:00
Kitware Robot
c859d176a1 CMake Nightly Date Stamp 2014-02-26 00:01:06 -05:00
Kitware Robot
cd8c797a85 CMake Nightly Date Stamp 2014-02-25 00:01:14 -05:00
Kitware Robot
2f2bb105d5 CMake Nightly Date Stamp 2014-02-24 00:01:04 -05:00
Kitware Robot
01981d8e45 CMake Nightly Date Stamp 2014-02-23 00:01:05 -05:00
Kitware Robot
4e647cf6b5 CMake Nightly Date Stamp 2014-02-22 00:01:06 -05:00
Kitware Robot
c0bbefbfe7 CMake Nightly Date Stamp 2014-02-21 00:01:11 -05:00
Kitware Robot
44e784342d CMake Nightly Date Stamp 2014-02-20 00:01:10 -05:00
Brad King
28dcccface Begin post-3.0 development 2014-02-19 09:30:37 -05:00
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
Brad King
4bb80396e0 CMake 3.0.0-rc1 version update 2014-02-19 09:30:12 -05:00
Kitware Robot
0b3a792bef CMake Nightly Date Stamp 2014-02-19 00:01:07 -05:00
Kitware Robot
586d2ce8a7 CMake Nightly Date Stamp 2014-02-18 00:01:06 -05:00
Kitware Robot
b1d34182b8 CMake Nightly Date Stamp 2014-02-17 00:01:07 -05:00
Kitware Robot
0c958c44af CMake Nightly Date Stamp 2014-02-16 00:01:05 -05:00
Kitware Robot
66bf178346 CMake Nightly Date Stamp 2014-02-15 00:01:11 -05:00
Kitware Robot
945a66a543 CMake Nightly Date Stamp 2014-02-14 00:01:05 -05:00
Kitware Robot
c56854aa0e CMake Nightly Date Stamp 2014-02-13 00:01:07 -05:00