diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-07-12 07:10:54 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-07-12 07:10:54 (GMT) |
commit | 0afdb6e1cc316ddd3931c94ec1304b407be0b319 (patch) | |
tree | ddac91fca78cc0fd51fc616b62670924787ccb32 | |
parent | e4894bfc91f0aebfd03fd17fd406c62eeb393678 (diff) | |
download | CMake-0afdb6e1cc316ddd3931c94ec1304b407be0b319.zip CMake-0afdb6e1cc316ddd3931c94ec1304b407be0b319.tar.gz CMake-0afdb6e1cc316ddd3931c94ec1304b407be0b319.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 87a2c0a..5c70ef1 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-07-11 07:07:34 +0000"; + std::string cver = "Date: 2005-07-12 07:10:54 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |