summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2004-11-23 10:46:09 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2004-11-23 10:46:09 (GMT)
commit761e477331a3a28bf3d517d6e3dd0ac0148f281f (patch)
tree31832d3d740acc0e750eb0a23017e4c5d57d867a
parentb2282ec33754d01a647b0fef589579531574fadd (diff)
downloadCMake-761e477331a3a28bf3d517d6e3dd0ac0148f281f.zip
CMake-761e477331a3a28bf3d517d6e3dd0ac0148f281f.tar.gz
CMake-761e477331a3a28bf3d517d6e3dd0ac0148f281f.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 919546b..fadefee 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-22 10:45:01 +0000";
+ std::string cver = "Date: 2004-11-23 10:46:09 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;