summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-03-01 07:32:30 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-03-01 07:32:30 (GMT)
commitd231a422ed888acf774ff251a640e092957ec844 (patch)
treecde6486fd16f5788ef971c8385d231e97f592e81 /Source
parente6b8706225c2b7f6dfd85855bd821ec4ab9ff765 (diff)
downloadCMake-d231a422ed888acf774ff251a640e092957ec844.zip
CMake-d231a422ed888acf774ff251a640e092957ec844.tar.gz
CMake-d231a422ed888acf774ff251a640e092957ec844.tar.bz2
STYLE: Nightly Version update
Diffstat (limited to 'Source')
-rw-r--r--Source/cmVersion.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmVersion.cxx b/Source/cmVersion.cxx
index 88fc130..c5611f8 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-28 07:32:38 +0000";
+ std::string cver = "Date: 2006-03-01 07:32:30 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;