diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-04-24 02:26:10 -0400 |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-04-24 02:26:10 -0400 |
commit | e6f2d880a664fca17c0cde913c301c693d530946 (patch) | |
tree | 4aef4df78837219a0c0696db6e76c218a0d3c6e2 /Source/cmVersion.cxx | |
parent | 53ff7ca8090bc0cc0facc2ec25aab5f7933d635a (diff) | |
download | cmake-e6f2d880a664fca17c0cde913c301c693d530946.tar.gz |
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 1621073a1b..5c1d5a8480 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: 2005-04-23 06:26:46 +0000"; + std::string cver = "Date: 2005-04-24 06:26:10 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |