summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-07-28 12:19:10 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-07-28 12:19:10 (GMT)
commit40b6db1f4bd6f9cca19d7cf5cc09c170e8f416c4 (patch)
treed5fde1ee9ffb991b6e7248d84039882521196566
parentd3e8ef705ea0e62918cf0c0e34920cc78183df4a (diff)
downloadCMake-40b6db1f4bd6f9cca19d7cf5cc09c170e8f416c4.zip
CMake-40b6db1f4bd6f9cca19d7cf5cc09c170e8f416c4.tar.gz
CMake-40b6db1f4bd6f9cca19d7cf5cc09c170e8f416c4.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 97e5a8a..5ec9df6 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-07-27 12:10:23 +0000";
+ std::string cver = "Date: 2006-07-28 12:19:10 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;