diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-05-31 12:10:00 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-05-31 12:10:00 (GMT) |
commit | d9ae0aaa29eb3c5361cf369fa96fe117cee9c427 (patch) | |
tree | fd00d6629408f67ee2cec6c331c92ac149056fbf /Source/cmVersion.cxx | |
parent | d3073828f056ceb965aa33ed0c04477d3dba7fa8 (diff) | |
download | CMake-d9ae0aaa29eb3c5361cf369fa96fe117cee9c427.zip CMake-d9ae0aaa29eb3c5361cf369fa96fe117cee9c427.tar.gz CMake-d9ae0aaa29eb3c5361cf369fa96fe117cee9c427.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 4a58dab..ec1d8e3 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-05-30 12:03:01 +0000"; + std::string cver = "Date: 2006-05-31 12:10:00 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |