summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-07-06 07:10:01 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-07-06 07:10:01 (GMT)
commitc6cb18da43536476e8b663b669f8b7e46c8ca296 (patch)
tree73430fc2f5d496d697486f9e8e72751f1858d0a4 /Source
parent17d1bd1d53643f8d89e3366000644ee9c77463da (diff)
downloadCMake-c6cb18da43536476e8b663b669f8b7e46c8ca296.zip
CMake-c6cb18da43536476e8b663b669f8b7e46c8ca296.tar.gz
CMake-c6cb18da43536476e8b663b669f8b7e46c8ca296.tar.bz2
STYLE: Nightly Version update
Diffstat (limited to 'Source')
-rw-r--r--Source/cmVersion.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmVersion.cxx b/Source/cmVersion.cxx
index 7931f7b..74fef3f 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-07-05 07:02:02 +0000";
+ std::string cver = "Date: 2005-07-06 07:10:01 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;