diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-04-29 12:13:09 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-04-29 12:13:09 (GMT) |
commit | 16d126675d78861c9b40632d9b6196a126719598 (patch) | |
tree | d94d494378732bf4f5a0021172d3e3d36643d8da /Source | |
parent | 2d81046ae20d1638927e89f5e0b78daca1e102f3 (diff) | |
download | CMake-16d126675d78861c9b40632d9b6196a126719598.zip CMake-16d126675d78861c9b40632d9b6196a126719598.tar.gz CMake-16d126675d78861c9b40632d9b6196a126719598.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 3f5a761..52ea646 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-04-28 12:12:54 +0000"; + std::string cver = "Date: 2006-04-29 12:13:09 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |