summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-11-23 12:37:21 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-11-23 12:37:21 (GMT)
commit367773d205affe950aa26a40d44fff283954ae14 (patch)
tree41cad7fb26c6191c98bd7b3479a2717cdc3f79c4 /Source
parent23fa16f6b47fd083b7f0ff5501edca2ade0f9d68 (diff)
downloadCMake-367773d205affe950aa26a40d44fff283954ae14.zip
CMake-367773d205affe950aa26a40d44fff283954ae14.tar.gz
CMake-367773d205affe950aa26a40d44fff283954ae14.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 0bdfc87..61e7e81 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-11-22 14:58:12 +0000";
+ std::string cver = "Date: 2006-11-23 12:37:21 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;