summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-03-03 07:26:04 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-03-03 07:26:04 (GMT)
commitcd46fcaaf9a714c448ee04334706b6e2c39f4aba (patch)
tree59efffba7086db957ff68f99439b718dffc6345a
parent17f474b0d4e63ad65375f8cd84059528bb93e614 (diff)
downloadCMake-cd46fcaaf9a714c448ee04334706b6e2c39f4aba.zip
CMake-cd46fcaaf9a714c448ee04334706b6e2c39f4aba.tar.gz
CMake-cd46fcaaf9a714c448ee04334706b6e2c39f4aba.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 cc1cd00..6bb38a3 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-03-02 07:30:11 +0000";
+ std::string cver = "Date: 2005-03-03 07:26:04 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;