summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-04-04 21:02:21 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-04-04 21:02:21 (GMT)
commitebabf0cf751b7df45bfd1caa4c4427b7f7482c9f (patch)
tree17801d4f619027015e97a60a1a2a44c4a5b6f3ff
parent23a83e6a92c160ff85caea42f14d8ac436104ad7 (diff)
downloadCMake-ebabf0cf751b7df45bfd1caa4c4427b7f7482c9f.zip
CMake-ebabf0cf751b7df45bfd1caa4c4427b7f7482c9f.tar.gz
CMake-ebabf0cf751b7df45bfd1caa4c4427b7f7482c9f.tar.bz2
STYLE: Nightly Version update
-rw-r--r--Source/cmVersion.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmVersion.cxx b/Source/cmVersion.cxx
index 6eab911..0c05074 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;