summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-11-13 10:20:31 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-11-13 10:20:31 (GMT)
commit0255f596b8140ebaeb9dbff1b1da38c90289ecdd (patch)
treea880121dd359855191c6473a77f96abca1e03e93
parentb366c14c32f24c5a5f98a859e530a453373482fa (diff)
downloadCMake-0255f596b8140ebaeb9dbff1b1da38c90289ecdd.zip
CMake-0255f596b8140ebaeb9dbff1b1da38c90289ecdd.tar.gz
CMake-0255f596b8140ebaeb9dbff1b1da38c90289ecdd.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 2fb7ddb..75be3f6 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-12 10:28:48 +0000";
+ std::string cver = "Date: 2005-11-13 10:20:31 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;