diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-02-14 07:14:56 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-02-14 07:14:56 (GMT) |
commit | 534ed3eb2b9c0719d9e11294fe43a3a325d5ef84 (patch) | |
tree | e1233e00d0fd53ee106e2b7c4405edde8147a3d0 | |
parent | 279ed8d3564891c7ac6833d0d332420c317d4352 (diff) | |
download | CMake-534ed3eb2b9c0719d9e11294fe43a3a325d5ef84.zip CMake-534ed3eb2b9c0719d9e11294fe43a3a325d5ef84.tar.gz CMake-534ed3eb2b9c0719d9e11294fe43a3a325d5ef84.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 d971d42..5c90ba9 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-02-13 07:17:01 +0000"; + std::string cver = "Date: 2005-02-14 07:14:56 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |