summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-01-17 05:46:15 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-01-17 05:46:15 (GMT)
commit6bb5f200ce85a27358ddabb137f39616a124fab8 (patch)
treeacfc2bc5cb32dab1f3aefa0c7d0548e5f50d7fb8 /Source
parentdbff065bab91411cfda4cd40df1cc653128227b2 (diff)
downloadCMake-6bb5f200ce85a27358ddabb137f39616a124fab8.zip
CMake-6bb5f200ce85a27358ddabb137f39616a124fab8.tar.gz
CMake-6bb5f200ce85a27358ddabb137f39616a124fab8.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 693c483..5c8f8d2 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: 2006-01-16 05:42:30 +0000";
+ std::string cver = "Date: 2006-01-17 05:46:15 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;