summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-07-15 07:11:58 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-07-15 07:11:58 (GMT)
commit2001d2f76128a880773ef37fd7053a4969b93b13 (patch)
treef9ebf57ad6cabd2a376920a2a80c9a26995f4772 /Source
parent846701f0a73b15d07df2f78a21f2f1aa0d3a082a (diff)
downloadCMake-2001d2f76128a880773ef37fd7053a4969b93b13.zip
CMake-2001d2f76128a880773ef37fd7053a4969b93b13.tar.gz
CMake-2001d2f76128a880773ef37fd7053a4969b93b13.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 2069647..7ee50d1 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-14 07:13:15 +0000";
+ std::string cver = "Date: 2005-07-15 07:11:58 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;