summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-06-22 09:43:46 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-06-22 09:43:46 (GMT)
commit5fab6eebd651351ec3e712923cfa2d4b36788d74 (patch)
tree04e5d26004e808eff698bf524d354d53c0adb149 /Source
parent01a78e617af2415fd2b478b19cdfe38d07d2d2bb (diff)
downloadCMake-5fab6eebd651351ec3e712923cfa2d4b36788d74.zip
CMake-5fab6eebd651351ec3e712923cfa2d4b36788d74.tar.gz
CMake-5fab6eebd651351ec3e712923cfa2d4b36788d74.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 461e53c..a832ab8 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-06-21 09:56:56 +0000";
+ std::string cver = "Date: 2005-06-22 09:43:46 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;