summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-06-24 10:38:05 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-06-24 10:38:05 (GMT)
commit2d1c85ade3f7824eeb3f342f4a96a8843ee7b7b8 (patch)
tree9a6b6b5c3411d26f92e4c36f087d5b5f14d230a1 /Source
parentba46a225dc33076cc5abbd760be4605398a3ee85 (diff)
downloadCMake-2d1c85ade3f7824eeb3f342f4a96a8843ee7b7b8.zip
CMake-2d1c85ade3f7824eeb3f342f4a96a8843ee7b7b8.tar.gz
CMake-2d1c85ade3f7824eeb3f342f4a96a8843ee7b7b8.tar.bz2
STYLE: Nightly Version update
Diffstat (limited to 'Source')
-rw-r--r--Source/cmVersion.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmVersion.cxx b/Source/cmVersion.cxx
index 4050207..8baf6fa 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: 2007-06-23 05:02:16 +0000";
+ std::string cver = "Date: 2007-06-24 10:38:05 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;