summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-10-02 08:26:58 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-10-02 08:26:58 (GMT)
commit066c24e4048f6e548bd48116cbf7279cdbf6b9d6 (patch)
tree3940022fd4899f5f1422737aa2f17a9e1b620b1e /Source/cmVersion.cxx
parent3b515f7ced88bb820141e8eb7979a99d47593b4a (diff)
downloadCMake-066c24e4048f6e548bd48116cbf7279cdbf6b9d6.zip
CMake-066c24e4048f6e548bd48116cbf7279cdbf6b9d6.tar.gz
CMake-066c24e4048f6e548bd48116cbf7279cdbf6b9d6.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 6b0785f..a9b0581 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-10-01 08:35:56 +0000";
+ std::string cver = "Date: 2006-10-02 08:26:58 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;