summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-10-24 09:29:34 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-10-24 09:29:34 (GMT)
commit27d06a749239bcbb1c6f030441a4362bf6162648 (patch)
treee68511db821350dea28451508b8f824eb0a5494e /Source
parent43e42728e516406c237a58a2c0c1d52d247b0f4a (diff)
downloadCMake-27d06a749239bcbb1c6f030441a4362bf6162648.zip
CMake-27d06a749239bcbb1c6f030441a4362bf6162648.tar.gz
CMake-27d06a749239bcbb1c6f030441a4362bf6162648.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 8c80175..5d48960 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-10-23 09:21:48 +0000";
+ std::string cver = "Date: 2005-10-24 09:29:34 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;