summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-07-29 03:32:53 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-07-29 03:32:53 (GMT)
commit5441900a9f0f372308b46d7c02e3ddb1d958f933 (patch)
tree5bf6275ded7c22a758452e30328a6f2ccaa602ad
parent1d5514040a8fd9d505e835dcc6176b125950869e (diff)
downloadCMake-5441900a9f0f372308b46d7c02e3ddb1d958f933.zip
CMake-5441900a9f0f372308b46d7c02e3ddb1d958f933.tar.gz
CMake-5441900a9f0f372308b46d7c02e3ddb1d958f933.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 d282bfe..7299b67 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-07-28 04:33:15 +0000";
+ std::string cver = "Date: 2007-07-29 03:32:53 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;