diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-01-22 01:07:33 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-01-22 01:07:33 (GMT) |
commit | a3877bf1366a2ab86873ce59c881c563f373936f (patch) | |
tree | 9c5746bcc4b0fd15f49f1981443d0f3413c98ada | |
parent | aa761edc134261b8da8d21f6fefc86ef5f604da5 (diff) | |
download | CMake-a3877bf1366a2ab86873ce59c881c563f373936f.zip CMake-a3877bf1366a2ab86873ce59c881c563f373936f.tar.gz CMake-a3877bf1366a2ab86873ce59c881c563f373936f.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 78c4c89..855cf79 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-01-21 02:05:39 +0000"; + std::string cver = "Date: 2007-01-22 01:07:33 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |