diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-09-30 07:55:40 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-09-30 07:55:40 (GMT) |
commit | 51c140fc6052e8681d2fb838e22e78da92a14962 (patch) | |
tree | 20f60f731c698d031d2bf8f5d2b3ce3257016c3d /Source/cmVersion.cxx | |
parent | fdcc888c56d7c15a43eab8a2335356326e4d0e10 (diff) | |
download | CMake-51c140fc6052e8681d2fb838e22e78da92a14962.zip CMake-51c140fc6052e8681d2fb838e22e78da92a14962.tar.gz CMake-51c140fc6052e8681d2fb838e22e78da92a14962.tar.bz2 |
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 43f2adf..1262e7c 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-09-29 07:53:32 +0000"; + std::string cver = "Date: 2006-09-30 07:55:40 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |