summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-11-21 12:07:33 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-11-21 12:07:33 (GMT)
commitcd298182c218af02e46ee125cec294f3dff83b04 (patch)
treeb91f1d0532b303771a590132aecec33f8196eda7
parent28526006484459d3f47ac8c3e0ea03cf8f1d4d2f (diff)
downloadCMake-cd298182c218af02e46ee125cec294f3dff83b04.zip
CMake-cd298182c218af02e46ee125cec294f3dff83b04.tar.gz
CMake-cd298182c218af02e46ee125cec294f3dff83b04.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 6c312ed..6fb6abb 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-11-20 13:16:36 +0000";
+ std::string cver = "Date: 2006-11-21 12:07:33 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;