summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2004-11-04 10:38:47 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2004-11-04 10:38:47 (GMT)
commitb905e8ba2e642c7328551d0505ec04f39bd7fa08 (patch)
tree8eb903648c7e288faf6db8a61d835b8684e8d068
parent7fdcb4e1e450e0937cdd8edd6edf4ccae1c81212 (diff)
downloadCMake-b905e8ba2e642c7328551d0505ec04f39bd7fa08.zip
CMake-b905e8ba2e642c7328551d0505ec04f39bd7fa08.tar.gz
CMake-b905e8ba2e642c7328551d0505ec04f39bd7fa08.tar.bz2
STYLE: Nightly Version update
-rw-r--r--Source/cmVersion.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmVersion.cxx b/Source/cmVersion.cxx
index 98a5c4e..c189a5b 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: 2004-11-03 10:34:04 +0000";
+ std::string cver = "Date: 2004-11-04 10:38:47 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;