summaryrefslogtreecommitdiff
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-04-04 17:02:21 -0400
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-04-04 17:02:21 -0400
commitebabf0cf751b7df45bfd1caa4c4427b7f7482c9f (patch)
tree17801d4f619027015e97a60a1a2a44c4a5b6f3ff /Source
parent23a83e6a92c160ff85caea42f14d8ac436104ad7 (diff)
downloadcmake-ebabf0cf751b7df45bfd1caa4c4427b7f7482c9f.tar.gz
STYLE: Nightly Version update
Diffstat (limited to 'Source')
-rw-r--r--Source/cmVersion.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmVersion.cxx b/Source/cmVersion.cxx
index 6eab9112ff..0c05074a58 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: 2007-04-04 03:18:35 +0000";
+ std::string cver = "Date: 2007-04-04 21:02:21 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;