diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-01-23 01:14:42 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-01-23 01:14:42 (GMT) |
commit | c3ae42fc1eb6cf9d2c8252e994a2892a58e04670 (patch) | |
tree | 8d0c1534ebb33106a6ab552ae86b4a8df01145b1 /Source | |
parent | c0a0f8842b0c25d873d1871e3c2ef7b00b66d491 (diff) | |
download | CMake-c3ae42fc1eb6cf9d2c8252e994a2892a58e04670.zip CMake-c3ae42fc1eb6cf9d2c8252e994a2892a58e04670.tar.gz CMake-c3ae42fc1eb6cf9d2c8252e994a2892a58e04670.tar.bz2 |
STYLE: Nightly Version update
Diffstat (limited to 'Source')
-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 855cf79..09d0629 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: 2007-01-22 01:07:33 +0000"; + std::string cver = "Date: 2007-01-23 01:14:42 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |