summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-08-17 11:28:32 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-08-17 11:28:32 (GMT)
commit94108262c1deb1ad9e626a99807f22a33aeb7e98 (patch)
treeed1fa8a49afe3ed55fad0294038e13fe28f770ba
parent11d18d65dc97ca52d372c8e5ef8294a7f27cb08e (diff)
downloadCMake-94108262c1deb1ad9e626a99807f22a33aeb7e98.zip
CMake-94108262c1deb1ad9e626a99807f22a33aeb7e98.tar.gz
CMake-94108262c1deb1ad9e626a99807f22a33aeb7e98.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 831ea39..217961a 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-08-16 12:12:19 +0000";
+ std::string cver = "Date: 2006-08-17 11:28:32 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;