summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-05-03 04:15:17 -0400
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-05-03 04:15:17 -0400
commit4675aed76e045cd5aea55a6b15f0a3b80fccfe9f (patch)
tree2cbc309928e78b61d20f6f4db4bd3666983dfbea
parenteb3857ce8381957aeb4d9f8dbee9ba0eb1f6549e (diff)
downloadcmake-4675aed76e045cd5aea55a6b15f0a3b80fccfe9f.tar.gz
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 a9985e93f5..c5ccdfc005 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-05-02 07:42:29 +0000";
+ std::string cver = "Date: 2005-05-03 08:15:17 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;