summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-02-25 08:08:51 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-02-25 08:08:51 (GMT)
commit5bbf471f2323c8692027ca4e8572a1ec9d898fc7 (patch)
tree8079c38484d1537419004ea6444cd53f605eac06
parentc56045f2e27557b2c18500e8bb82e0c2ae1405d3 (diff)
downloadCMake-5bbf471f2323c8692027ca4e8572a1ec9d898fc7.zip
CMake-5bbf471f2323c8692027ca4e8572a1ec9d898fc7.tar.gz
CMake-5bbf471f2323c8692027ca4e8572a1ec9d898fc7.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 d93846e..f084df7 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-02-24 08:46:15 +0000";
+ std::string cver = "Date: 2005-02-25 08:08:51 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;