summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-05-24 11:36:30 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-05-24 11:36:30 (GMT)
commit65613537e30efd9edb0e269778d6a5fcab9e9c89 (patch)
tree6c734abce124f55392a5f52924293d9d661a4650 /Source
parent3db44b697353cf28a16cea7f9a0cea9187f9b5b5 (diff)
downloadCMake-65613537e30efd9edb0e269778d6a5fcab9e9c89.zip
CMake-65613537e30efd9edb0e269778d6a5fcab9e9c89.tar.gz
CMake-65613537e30efd9edb0e269778d6a5fcab9e9c89.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 f3d50d2..c10f41b 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-05-23 11:40:56 +0000";
+ std::string cver = "Date: 2006-05-24 11:36:30 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;