summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-06-06 08:19:11 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-06-06 08:19:11 (GMT)
commit5217fdfefdc488194cecdf562dc7210d4bf37157 (patch)
tree9ce8b6d424be92ff9bccf1b6f60831eb60122f41
parent0845d0e982ba6c107f6723fca3f15dead009faed (diff)
downloadCMake-5217fdfefdc488194cecdf562dc7210d4bf37157.zip
CMake-5217fdfefdc488194cecdf562dc7210d4bf37157.tar.gz
CMake-5217fdfefdc488194cecdf562dc7210d4bf37157.tar.bz2
STYLE: Nightly Version update
-rw-r--r--Source/cmVersion.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmVersion.cxx b/Source/cmVersion.cxx
index 2443f9a..7db9c7d 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-06-05 19:35:08 +0000";
+ std::string cver = "Date: 2005-06-06 08:19:11 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;