diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-07-23 15:44:42 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-07-23 15:44:42 (GMT) |
commit | 182e669cfe7ce6345d61309e16f3154283a23163 (patch) | |
tree | 3a6eae6395698d0090021417581dfffc9a252bda /Source | |
parent | 6ea4eadc68c948f5541811910837eed9114ddc96 (diff) | |
download | CMake-182e669cfe7ce6345d61309e16f3154283a23163.zip CMake-182e669cfe7ce6345d61309e16f3154283a23163.tar.gz CMake-182e669cfe7ce6345d61309e16f3154283a23163.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 b237d5d..c07a670 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-07-22 21:36:55 +0000"; + std::string cver = "Date: 2005-07-23 15:44:42 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |