summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-03-21 07:32:10 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-03-21 07:32:10 (GMT)
commitd30265e7b533890b7320947dc97f71f87f70d6bc (patch)
tree35728b793ffb953df3677b70e7a1cde65132d565 /Source/cmVersion.cxx
parent2627dd065a6d686ef5f9f2b9b611f9a2f97ee5fd (diff)
downloadCMake-d30265e7b533890b7320947dc97f71f87f70d6bc.zip
CMake-d30265e7b533890b7320947dc97f71f87f70d6bc.tar.gz
CMake-d30265e7b533890b7320947dc97f71f87f70d6bc.tar.bz2
STYLE: Nightly Version update
Diffstat (limited to 'Source/cmVersion.cxx')
-rw-r--r--Source/cmVersion.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmVersion.cxx b/Source/cmVersion.cxx
index db5edb3..423d7c7 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-20 07:34:13 +0000";
+ std::string cver = "Date: 2005-03-21 07:32:10 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;