summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-11-14 04:13:18 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-11-14 04:13:18 (GMT)
commit3cbfc4c9145ee9bddda240061a53c8bb21f61242 (patch)
tree3056c108c2ee5c0c6e5564826f47076fb7b9b9b7
parent9520eff2bb2f4dfeae37d91edfdc83ada2e925d2 (diff)
downloadCMake-3cbfc4c9145ee9bddda240061a53c8bb21f61242.zip
CMake-3cbfc4c9145ee9bddda240061a53c8bb21f61242.tar.gz
CMake-3cbfc4c9145ee9bddda240061a53c8bb21f61242.tar.bz2
STYLE: Nightly Version update
-rw-r--r--Source/cmVersion.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmVersion.cxx b/Source/cmVersion.cxx
index 886c95d..8802fba 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;