diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-03-02 07:30:11 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-03-02 07:30:11 (GMT) |
commit | a00d3d39a516522cee339d8d6f722d6ffd32043b (patch) | |
tree | 88696b82308625e0b6eaa0d0887e587fc8da44a6 /Source | |
parent | 87e6c54e26fe866a592a66059e0531887396c22f (diff) | |
download | CMake-a00d3d39a516522cee339d8d6f722d6ffd32043b.zip CMake-a00d3d39a516522cee339d8d6f722d6ffd32043b.tar.gz CMake-a00d3d39a516522cee339d8d6f722d6ffd32043b.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 a78c363..cc1cd00 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-03-01 07:28:25 +0000"; + std::string cver = "Date: 2005-03-02 07:30:11 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |