summaryrefslogtreecommitdiff
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-12-26 03:27:36 -0500
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-12-26 03:27:36 -0500
commit3f3d700f65b558e7cdfd5f4e610f77e6b9c785d4 (patch)
tree74909cd7a3cc981ec452561c8a076d91a2464ea6 /Source
parent996e1a19cf4a604eea2e57dc41767cc21cbb3cee (diff)
downloadcmake-3f3d700f65b558e7cdfd5f4e610f77e6b9c785d4.tar.gz
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 554c6a8ff6..b5eff8016f 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-12-25 08:25:32 +0000";
+ std::string cver = "Date: 2006-12-26 08:27:36 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;