summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-05-09 07:57:50 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-05-09 07:57:50 (GMT)
commit20f668c6fe9b33f0eefc2cff44c6e3a6f9906b91 (patch)
tree480d4edec3aed189837db3dbb3d96d352e3a88d6 /Source
parent1b35cabc275037e56b35a22e16f8872e0c45164e (diff)
downloadCMake-20f668c6fe9b33f0eefc2cff44c6e3a6f9906b91.zip
CMake-20f668c6fe9b33f0eefc2cff44c6e3a6f9906b91.tar.gz
CMake-20f668c6fe9b33f0eefc2cff44c6e3a6f9906b91.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 1606fd9..67157ea 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-05-08 08:00:03 +0000";
+ std::string cver = "Date: 2005-05-09 07:57:50 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;