diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-04-10 08:06:54 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-04-10 08:06:54 (GMT) |
commit | b1f6edf0177d92d2c33b2aa97fe7fa61530db018 (patch) | |
tree | 21d54a754fc2e7bd3f0f497f47fac36fe6d14e5c | |
parent | 12c1cf34589feb30f9c84b52f9a580100d75c4ea (diff) | |
download | CMake-b1f6edf0177d92d2c33b2aa97fe7fa61530db018.zip CMake-b1f6edf0177d92d2c33b2aa97fe7fa61530db018.tar.gz CMake-b1f6edf0177d92d2c33b2aa97fe7fa61530db018.tar.bz2 |
STYLE: Nightly Version update
-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 e7d398c..92faf26 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: 2005-04-09 06:38:02 +0000"; + std::string cver = "Date: 2005-04-10 08:06:54 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |