summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-06-03 11:22:24 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-06-03 11:22:24 (GMT)
commitd857168658c29af75a40724829ff386613043ecb (patch)
treece54bba2b9fa8ae0c0c3b2fdfb81a42cd21fe72a
parente1c110d2448e09ca087b9ac42dac04934bad8de6 (diff)
downloadCMake-d857168658c29af75a40724829ff386613043ecb.zip
CMake-d857168658c29af75a40724829ff386613043ecb.tar.gz
CMake-d857168658c29af75a40724829ff386613043ecb.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 8bfcbaf..3ab0567 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-06-01 12:17:40 +0000";
+ std::string cver = "Date: 2006-06-03 11:22:24 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;