summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-12-04 10:04:27 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-12-04 10:04:27 (GMT)
commit33691be50e8ec35a3d66810fda6470f7d51d8141 (patch)
tree0320ecf090cf9ea67ff2fc542b4c2e91727e9fda /Source
parent13e6693ad233805c74b72771e320bfaf9ba1c1b0 (diff)
downloadCMake-33691be50e8ec35a3d66810fda6470f7d51d8141.zip
CMake-33691be50e8ec35a3d66810fda6470f7d51d8141.tar.gz
CMake-33691be50e8ec35a3d66810fda6470f7d51d8141.tar.bz2
STYLE: Nightly Version update
Diffstat (limited to 'Source')
-rw-r--r--Source/cmVersion.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmVersion.cxx b/Source/cmVersion.cxx
index cbab4fb..db64417 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: 2005-12-03 11:10:02 +0000";
+ std::string cver = "Date: 2005-12-04 10:04:27 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;