summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-07-26 15:21:47 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-07-26 15:21:47 (GMT)
commitd0561a3d29d0b1322248bf837d807869e9a06031 (patch)
tree2574437f09be24890057c3832df1674db54af381 /Source/cmVersion.cxx
parent0ea4c7b784a31569f582f0cd2de0341465780a7c (diff)
downloadCMake-d0561a3d29d0b1322248bf837d807869e9a06031.zip
CMake-d0561a3d29d0b1322248bf837d807869e9a06031.tar.gz
CMake-d0561a3d29d0b1322248bf837d807869e9a06031.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 13d5a31..fc6830f 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-07-26 04:08:00 +0000";
+ std::string cver = "Date: 2007-07-26 15:21:47 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;