diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-09-19 06:17:14 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-09-19 06:17:14 (GMT) |
commit | 627758b7ae6cdbe204cf51a60b062a0ed3187c72 (patch) | |
tree | 32f37e2b8d076c7fbbadb6749a561821fbaa44b3 | |
parent | 86c63dca11cd95cf57d6a942b5af2bad1fb82a66 (diff) | |
download | CMake-627758b7ae6cdbe204cf51a60b062a0ed3187c72.zip CMake-627758b7ae6cdbe204cf51a60b062a0ed3187c72.tar.gz CMake-627758b7ae6cdbe204cf51a60b062a0ed3187c72.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 de8c797..72781c3 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-09-18 06:36:53 +0000"; + std::string cver = "Date: 2006-09-19 06:17:14 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |