summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-09-28 08:55:07 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-09-28 08:55:07 (GMT)
commit082b86ae9902f089342a3ff3dafedb73b77ba716 (patch)
tree80adeba41760021f9351b78f8dc7b78979cfa84e /Source/cmVersion.cxx
parent14ebbaf3bec92ec147de7c87f2e8e01f7db163f9 (diff)
downloadCMake-082b86ae9902f089342a3ff3dafedb73b77ba716.zip
CMake-082b86ae9902f089342a3ff3dafedb73b77ba716.tar.gz
CMake-082b86ae9902f089342a3ff3dafedb73b77ba716.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 6b1bd11..a201de1 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: 2005-09-27 08:54:28 +0000";
+ std::string cver = "Date: 2005-09-28 08:55:07 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;