diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-12-02 10:30:26 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-12-02 10:30:26 (GMT) |
commit | a6356e2db9381942deb0041796e0f1d55e11b110 (patch) | |
tree | 88e2efdba5e9d41872005f677f5cefcd398b5944 /Source | |
parent | 782bef73746cce51a000effd72f16b2fbb3d3d8a (diff) | |
download | CMake-a6356e2db9381942deb0041796e0f1d55e11b110.zip CMake-a6356e2db9381942deb0041796e0f1d55e11b110.tar.gz CMake-a6356e2db9381942deb0041796e0f1d55e11b110.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 e0967a2..5ad01a4 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-12-01 10:32:27 +0000"; + std::string cver = "Date: 2005-12-02 10:30:26 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |