diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-08-05 12:08:27 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-08-05 12:08:27 (GMT) |
commit | a75f421751dc9dc4fee7b4aa8a9f697ecec38267 (patch) | |
tree | 4d2552a5ae9030b503877df986deb210967e9914 | |
parent | 783f2003ecbc50a4155231b7afaa2c5f1b8b0c3c (diff) | |
download | CMake-a75f421751dc9dc4fee7b4aa8a9f697ecec38267.zip CMake-a75f421751dc9dc4fee7b4aa8a9f697ecec38267.tar.gz CMake-a75f421751dc9dc4fee7b4aa8a9f697ecec38267.tar.bz2 |
STYLE: Nightly Version update
-rw-r--r-- | Source/cmVersion.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmVersion.cxx b/Source/cmVersion.cxx index 8eb0640..6d60996 100644 --- a/Source/cmVersion.cxx +++ b/Source/cmVersion.cxx @@ -19,7 +19,7 @@ std::string cmVersion::GetReleaseVersion() { #if CMake_VERSION_MINOR & 1 - std::string cver = "Date: 2006-08-04 12:12:21 +0000"; + std::string cver = "Date: 2006-08-05 12:08:27 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |