summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-05-20 12:06:41 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-05-20 12:06:41 (GMT)
commitf3ba74a4013e1c9444d03414e15201edc273366a (patch)
tree94631b7d43753b03daa8645f915f75bac70cf686 /Source/cmVersion.cxx
parenta86c766d2af5784b9b065b27b8cafed64c890e1f (diff)
downloadCMake-f3ba74a4013e1c9444d03414e15201edc273366a.zip
CMake-f3ba74a4013e1c9444d03414e15201edc273366a.tar.gz
CMake-f3ba74a4013e1c9444d03414e15201edc273366a.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 feb0cfe..ac50ec4 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: 2006-05-19 12:15:57 +0000";
+ std::string cver = "Date: 2006-05-20 12:06:41 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;