summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-09-16 13:19:33 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-09-16 13:19:33 (GMT)
commit0a4e2020b58b83739d0f44eb5c3c3462be8cd8d9 (patch)
treec5421c6b34e131b8ec5cce39b9b5648639c4a919 /Source/cmVersion.cxx
parent690543c612fb19188a76d6fefb1093998232ddb5 (diff)
downloadCMake-0a4e2020b58b83739d0f44eb5c3c3462be8cd8d9.zip
CMake-0a4e2020b58b83739d0f44eb5c3c3462be8cd8d9.tar.gz
CMake-0a4e2020b58b83739d0f44eb5c3c3462be8cd8d9.tar.bz2
STYLE: Nightly Version update
Diffstat (limited to 'Source/cmVersion.cxx')
-rw-r--r--Source/cmVersion.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmVersion.cxx b/Source/cmVersion.cxx
index cfed478..ac78951 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-09-15 13:23:28 +0000";
+ std::string cver = "Date: 2006-09-16 13:19:33 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;