summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2004-11-13 13:15:04 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2004-11-13 13:15:04 (GMT)
commit247c367a59552be299583cf77705709ae972a295 (patch)
treeb4de6c8a2ba9cea2c1d6dbb66a4d5aaca3c0c893
parent29deba3265011d5197c7b4ac50c371b70f49e52f (diff)
downloadCMake-247c367a59552be299583cf77705709ae972a295.zip
CMake-247c367a59552be299583cf77705709ae972a295.tar.gz
CMake-247c367a59552be299583cf77705709ae972a295.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 ce27955..e02cbe1 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: 2004-11-12 10:36:07 +0000";
+ std::string cver = "Date: 2004-11-13 13:15:04 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;