summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-11-13 04:03:25 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-11-13 04:03:25 (GMT)
commit45a8e26fe159e6c0847addb3dbc126a852779f5a (patch)
tree1c8febd88ec58547f5dd7630136952a93b981615 /Source/cmVersion.cxx
parenta2ff3928dee01321fcdd1cd598619192cc0c56f7 (diff)
downloadCMake-45a8e26fe159e6c0847addb3dbc126a852779f5a.zip
CMake-45a8e26fe159e6c0847addb3dbc126a852779f5a.tar.gz
CMake-45a8e26fe159e6c0847addb3dbc126a852779f5a.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 a6a194c..886c95d 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-12 04:05:55 +0000";
+ std::string cver = "Date: 2007-11-13 04:03:25 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;