diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-03-13 07:31:23 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-03-13 07:31:23 (GMT) |
commit | 3c7aeb4073db6b7b66af203263dc2bbf4bffaf4a (patch) | |
tree | 4538127735196511e23bc7c4934726912e1292a5 /Source/cmVersion.cxx | |
parent | 83daad3ec2051ca81a9200923aaae2e5028ce9b9 (diff) | |
download | CMake-3c7aeb4073db6b7b66af203263dc2bbf4bffaf4a.zip CMake-3c7aeb4073db6b7b66af203263dc2bbf4bffaf4a.tar.gz CMake-3c7aeb4073db6b7b66af203263dc2bbf4bffaf4a.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 14e35c6..a84027a 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-12 07:26:31 +0000"; + std::string cver = "Date: 2006-03-13 07:31:23 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |