summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-09-15 13:23:28 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-09-15 13:23:28 (GMT)
commit6b7bec6203cfdcd6501c9de7a63d20a736cf61f8 (patch)
tree3e6a1d88d753fcd6b22bcfc0fdfc716cd5ee6ab8 /Source/cmVersion.cxx
parent070f58186af228c99fade3d7fe9f69e089845a78 (diff)
downloadCMake-6b7bec6203cfdcd6501c9de7a63d20a736cf61f8.zip
CMake-6b7bec6203cfdcd6501c9de7a63d20a736cf61f8.tar.gz
CMake-6b7bec6203cfdcd6501c9de7a63d20a736cf61f8.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 4337c8c..cfed478 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-14 13:09:15 +0000";
+ std::string cver = "Date: 2006-09-15 13:23:28 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;