diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-03-20 12:55:15 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-03-20 12:55:15 (GMT) |
commit | cfe124500f0c6ac4341ceb8e04c7593a0dc9335b (patch) | |
tree | 766a8c634671b8267d38a575d3f53ee1d10fc813 /Source | |
parent | a6acd304fd8caf4ecf1af1cd9f329b68d622c5b3 (diff) | |
download | CMake-cfe124500f0c6ac4341ceb8e04c7593a0dc9335b.zip CMake-cfe124500f0c6ac4341ceb8e04c7593a0dc9335b.tar.gz CMake-cfe124500f0c6ac4341ceb8e04c7593a0dc9335b.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 647506b..8420aa4 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-03-19 12:53:12 +0000"; + std::string cver = "Date: 2006-03-20 12:55:15 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |