summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-02-07 02:56:38 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-02-07 02:56:38 (GMT)
commitfb21ee5ce765e4bb939b6fb28e13a2faf6ee5cfc (patch)
treefd0c6cd407df6c53942219815121f8440f6b86fe /Source
parentf752ff9268f68c184b30006f79c10946ffa349c8 (diff)
downloadCMake-fb21ee5ce765e4bb939b6fb28e13a2faf6ee5cfc.zip
CMake-fb21ee5ce765e4bb939b6fb28e13a2faf6ee5cfc.tar.gz
CMake-fb21ee5ce765e4bb939b6fb28e13a2faf6ee5cfc.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 84671ae..0f2bcc4 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-02-06 02:53:48 +0000";
+ std::string cver = "Date: 2007-02-07 02:56:38 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;