summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-04-14 13:13:43 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-04-14 13:13:43 (GMT)
commit54746bd923130cd66364b90e1498d07caa59ba48 (patch)
tree1985e931174417503826636edb7978adc8cf78bc
parentca82d060b8cce17e8a31deb870ceff82934126de (diff)
downloadCMake-54746bd923130cd66364b90e1498d07caa59ba48.zip
CMake-54746bd923130cd66364b90e1498d07caa59ba48.tar.gz
CMake-54746bd923130cd66364b90e1498d07caa59ba48.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 88de9d9..90c98a3 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-04-13 12:02:43 +0000";
+ std::string cver = "Date: 2006-04-14 13:13:43 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;