summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2004-12-10 10:13:53 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2004-12-10 10:13:53 (GMT)
commit65cb4675f30cfef67fb165952dfff9c8795d0a95 (patch)
tree1d10fb72351973e82e74b47f77c87e2dd0516bfe
parent1c663cf41c35a0a793b2df09c050e8f9d29a9a02 (diff)
downloadCMake-65cb4675f30cfef67fb165952dfff9c8795d0a95.zip
CMake-65cb4675f30cfef67fb165952dfff9c8795d0a95.tar.gz
CMake-65cb4675f30cfef67fb165952dfff9c8795d0a95.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 321f1d8..66bea1a 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-12-09 10:12:19 +0000";
+ std::string cver = "Date: 2004-12-10 10:13:53 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;