summaryrefslogtreecommitdiff
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-11-13 23:13:18 -0500
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-11-13 23:13:18 -0500
commit3cbfc4c9145ee9bddda240061a53c8bb21f61242 (patch)
tree3056c108c2ee5c0c6e5564826f47076fb7b9b9b7 /Source/cmVersion.cxx
parent9520eff2bb2f4dfeae37d91edfdc83ada2e925d2 (diff)
downloadcmake-3cbfc4c9145ee9bddda240061a53c8bb21f61242.tar.gz
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 886c95d0e8..8802fba2a9 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-11-13 04:03:25 +0000";
+ std::string cver = "Date: 2007-11-14 04:13:18 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;