summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-03-26 07:22:14 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-03-26 07:22:14 (GMT)
commit8c62539cabc5016a23e918748ea4be30b142d97e (patch)
treea72a0f32f9f97c7c7974aa944fa8e14add87e7c4
parent70007a02c2e830afc219e19544cb62a7efa72536 (diff)
downloadCMake-8c62539cabc5016a23e918748ea4be30b142d97e.zip
CMake-8c62539cabc5016a23e918748ea4be30b142d97e.tar.gz
CMake-8c62539cabc5016a23e918748ea4be30b142d97e.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 6601fde..aafcbf1 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-25 07:16:28 +0000";
+ std::string cver = "Date: 2005-03-26 07:22:14 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;