summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-06-14 11:08:58 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-06-14 11:08:58 (GMT)
commit9c08054016200d25425bf38c17c183eafcb90f2b (patch)
tree850cbe334027b85fceecb5f1c0821f13820c755a
parent64fedd8835c97248141fdcddf2445ed66c3d2ac7 (diff)
downloadCMake-9c08054016200d25425bf38c17c183eafcb90f2b.zip
CMake-9c08054016200d25425bf38c17c183eafcb90f2b.tar.gz
CMake-9c08054016200d25425bf38c17c183eafcb90f2b.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 c42b9ad..23b5b72 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-14 05:21:54 +0000";
+ std::string cver = "Date: 2007-06-14 11:08:58 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;