summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-07-27 12:10:23 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-07-27 12:10:23 (GMT)
commita3d49e931848b3ec92a6046b52549333677b2b98 (patch)
tree55942ddae24a6a4108114431109cd383c38b6c58 /Source/cmVersion.cxx
parent9c35a99e45efcce14c4ebe318aeadab7d94bacf9 (diff)
downloadCMake-a3d49e931848b3ec92a6046b52549333677b2b98.zip
CMake-a3d49e931848b3ec92a6046b52549333677b2b98.tar.gz
CMake-a3d49e931848b3ec92a6046b52549333677b2b98.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 93978bf..97e5a8a 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-07-26 11:53:10 +0000";
+ std::string cver = "Date: 2006-07-27 12:10:23 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;