summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-09-16 09:17:33 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-09-16 09:17:33 (GMT)
commit656357a47506012d63ccfb15119aa168931fb1b2 (patch)
tree7b439d25a5725999598060940d1597b7b5f7bf52
parent287eeb283ead533a0e6e1d0fa547e00cae9fe28b (diff)
downloadCMake-656357a47506012d63ccfb15119aa168931fb1b2.zip
CMake-656357a47506012d63ccfb15119aa168931fb1b2.tar.gz
CMake-656357a47506012d63ccfb15119aa168931fb1b2.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 6a3249b..ac91c4e 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-15 08:53:34 +0000";
+ std::string cver = "Date: 2005-09-16 09:17:33 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;