summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-11-20 10:30:50 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-11-20 10:30:50 (GMT)
commit0a15a96dc396094df5506a6d9fc86df8411d29b7 (patch)
tree659d3c005dbe508310341df11a98aa8bb0c79c9c
parent49840778b92fbdb691eb90c15eae68f770cbc1ad (diff)
downloadCMake-0a15a96dc396094df5506a6d9fc86df8411d29b7.zip
CMake-0a15a96dc396094df5506a6d9fc86df8411d29b7.tar.gz
CMake-0a15a96dc396094df5506a6d9fc86df8411d29b7.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 1673211..5affaa5 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-11-19 10:22:02 +0000";
+ std::string cver = "Date: 2005-11-20 10:30:50 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;