diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-09-07 12:58:46 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-09-07 12:58:46 (GMT) |
commit | 64231a20a234ad6a09ac851363f95d6c7a1145b8 (patch) | |
tree | 63ad37bc00511517605b10b86723c870e4833c8a /Source/cmVersion.cxx | |
parent | 83588016aec9acdd444e788fd8b3caf4225d8fe3 (diff) | |
download | CMake-64231a20a234ad6a09ac851363f95d6c7a1145b8.zip CMake-64231a20a234ad6a09ac851363f95d6c7a1145b8.tar.gz CMake-64231a20a234ad6a09ac851363f95d6c7a1145b8.tar.bz2 |
STYLE: Nightly Version update
Diffstat (limited to 'Source/cmVersion.cxx')
-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 5bb27bd..b8b4ae5 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-06 13:10:35 +0000"; + std::string cver = "Date: 2006-09-07 12:58:46 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |