summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-09-14 08:52:42 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-09-14 08:52:42 (GMT)
commit7f185a465b7dee3c2696ba7295f556cac9887558 (patch)
tree5fb7c4242051378ad346040c1f2d2caaacd0237d /Source/cmVersion.cxx
parent839c75bb7a7105dabe8961338eb82365a70f5003 (diff)
downloadCMake-7f185a465b7dee3c2696ba7295f556cac9887558.zip
CMake-7f185a465b7dee3c2696ba7295f556cac9887558.tar.gz
CMake-7f185a465b7dee3c2696ba7295f556cac9887558.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 333ffaa..0b0e0c1 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-09-13 08:52:02 +0000";
+ std::string cver = "Date: 2005-09-14 08:52:42 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;