summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-09-10 08:55:00 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-09-10 08:55:00 (GMT)
commite6cb2ee6c495dab8d7af5a76af958d3cc87ebb86 (patch)
tree77162af5a865a52580f8b84b5627a9304f90738b /Source/cmVersion.cxx
parentafbc9b7b07d8a356a7650f7cc7298c39f7c0accd (diff)
downloadCMake-e6cb2ee6c495dab8d7af5a76af958d3cc87ebb86.zip
CMake-e6cb2ee6c495dab8d7af5a76af958d3cc87ebb86.tar.gz
CMake-e6cb2ee6c495dab8d7af5a76af958d3cc87ebb86.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 522f077..024d6dc 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-09-09 09:07:22 +0000";
+ std::string cver = "Date: 2005-09-10 08:55:00 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;