summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-09-28 06:33:40 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-09-28 06:33:40 (GMT)
commitc717db3b88350c4795ceaed5c049cbb2b65bc4ce (patch)
tree37d6eced06cb990bb2263f113fe23ce1467c653a /Source
parent16cafd5cdf14fc83404abe4d1d61b975283beda9 (diff)
downloadCMake-c717db3b88350c4795ceaed5c049cbb2b65bc4ce.zip
CMake-c717db3b88350c4795ceaed5c049cbb2b65bc4ce.tar.gz
CMake-c717db3b88350c4795ceaed5c049cbb2b65bc4ce.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 4b12538..43e9951 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: 2006-09-26 06:30:59 +0000";
+ std::string cver = "Date: 2006-09-28 06:33:40 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;