diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-05-03 08:15:17 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-05-03 08:15:17 (GMT) |
commit | 4675aed76e045cd5aea55a6b15f0a3b80fccfe9f (patch) | |
tree | 2cbc309928e78b61d20f6f4db4bd3666983dfbea /Source | |
parent | eb3857ce8381957aeb4d9f8dbee9ba0eb1f6549e (diff) | |
download | CMake-4675aed76e045cd5aea55a6b15f0a3b80fccfe9f.zip CMake-4675aed76e045cd5aea55a6b15f0a3b80fccfe9f.tar.gz CMake-4675aed76e045cd5aea55a6b15f0a3b80fccfe9f.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 a9985e9..c5ccdfc 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-05-02 07:42:29 +0000"; + std::string cver = "Date: 2005-05-03 08:15:17 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |