diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-04-02 02:44:04 -0400 |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-04-02 02:44:04 -0400 |
commit | 54143f097906e38b971eb0994b7127b35c431ffb (patch) | |
tree | 5833360e1f77d31880a9356eade865bc49acb92a /Source | |
parent | 2e22c460b60be652ed7d3436627e3e12cf44b3e2 (diff) | |
download | cmake-54143f097906e38b971eb0994b7127b35c431ffb.tar.gz |
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 a53bc8b32e..ed719dbb59 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-01 06:41:44 +0000"; + std::string cver = "Date: 2007-04-02 06:44:04 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |