diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-04-28 16:35:57 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-04-28 16:35:57 (GMT) |
commit | ea97dbae25dc96f654dc502abc789287b4608b5c (patch) | |
tree | 24d44a8cc8eced14113083a7da170a3e2def43d7 /Source | |
parent | eac71647ddab0eb52fe3ab20062519f7693ce44d (diff) | |
download | CMake-ea97dbae25dc96f654dc502abc789287b4608b5c.zip CMake-ea97dbae25dc96f654dc502abc789287b4608b5c.tar.gz CMake-ea97dbae25dc96f654dc502abc789287b4608b5c.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 4281165..81e1f7d 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-04-27 14:26:38 +0000"; + std::string cver = "Date: 2007-04-28 16:35:57 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |