summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-02-23 07:34:30 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-02-23 07:34:30 (GMT)
commit69ca764212be0b46bfdb0b7f873a0107d3f26bd6 (patch)
treed2ce7ff7fd879f222f83445a4cd412c00e0d6918
parent61dab999ddd3da9ef9f3b1bbb7e53920693a360f (diff)
downloadCMake-69ca764212be0b46bfdb0b7f873a0107d3f26bd6.zip
CMake-69ca764212be0b46bfdb0b7f873a0107d3f26bd6.tar.gz
CMake-69ca764212be0b46bfdb0b7f873a0107d3f26bd6.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 82786fc..6743c98 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-02-22 07:36:10 +0000";
+ std::string cver = "Date: 2006-02-23 07:34:30 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;