summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-04-23 11:57:31 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-04-23 11:57:31 (GMT)
commit6af0edb59b72a2199aa6e88ce4e3ab78d1a5e687 (patch)
tree4fbce90f72a6a986415a1951e051cadd8f2123eb /Source
parent3eb75cdc764701928355f05a2fdb2fc70ddad86c (diff)
downloadCMake-6af0edb59b72a2199aa6e88ce4e3ab78d1a5e687.zip
CMake-6af0edb59b72a2199aa6e88ce4e3ab78d1a5e687.tar.gz
CMake-6af0edb59b72a2199aa6e88ce4e3ab78d1a5e687.tar.bz2
STYLE: Nightly Version update
Diffstat (limited to 'Source')
-rw-r--r--Source/cmVersion.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmVersion.cxx b/Source/cmVersion.cxx
index 7d136f7..8660788 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-04-22 12:07:33 +0000";
+ std::string cver = "Date: 2006-04-23 11:57:31 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;