summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-05-28 11:29:48 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-05-28 11:29:48 (GMT)
commit3a28f61b549458f5af5cb76226ba8e5ad73367b2 (patch)
tree54cfd7b0d00eb6563dea0e7017b9072799147aca /Source/cmVersion.cxx
parent58506c5540bfe8a25b67467f96f6fed6b277efa0 (diff)
downloadCMake-3a28f61b549458f5af5cb76226ba8e5ad73367b2.zip
CMake-3a28f61b549458f5af5cb76226ba8e5ad73367b2.tar.gz
CMake-3a28f61b549458f5af5cb76226ba8e5ad73367b2.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 f7c335e..d1f7cb5 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-27 11:45:15 +0000";
+ std::string cver = "Date: 2006-05-28 11:29:48 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;