summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-09-18 08:35:34 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-09-18 08:35:34 (GMT)
commitaab5d1297163d71cb2c152bdf47430f4c8e43269 (patch)
treeefa83ac510a6d6f38a22562b8cd1ab98d73d5045 /Source/cmVersion.cxx
parent66019dc5d9b7b5645d6a57e39273909a2922eed3 (diff)
downloadCMake-aab5d1297163d71cb2c152bdf47430f4c8e43269.zip
CMake-aab5d1297163d71cb2c152bdf47430f4c8e43269.tar.gz
CMake-aab5d1297163d71cb2c152bdf47430f4c8e43269.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 7201a83..512c720 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-17 09:04:35 +0000";
+ std::string cver = "Date: 2005-09-18 08:35:34 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;