diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-01-22 05:47:29 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-01-22 05:47:29 (GMT) |
commit | dce1af752f684492b225eeb0c193d951480a23c5 (patch) | |
tree | e3423113a103cc9a3d1c6c83fede63a5d5262b89 /Source | |
parent | affe7068afc101ccd18d1b29ab473d0f474497cc (diff) | |
download | CMake-dce1af752f684492b225eeb0c193d951480a23c5.zip CMake-dce1af752f684492b225eeb0c193d951480a23c5.tar.gz CMake-dce1af752f684492b225eeb0c193d951480a23c5.tar.bz2 |
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 f54fef8..edc80ba 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-01-21 05:51:10 +0000"; + std::string cver = "Date: 2006-01-22 05:47:29 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |