summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-03-06 02:23:34 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-03-06 02:23:34 (GMT)
commit5cc53f2dc17a3fcf6505afc2577f6e480da40b0c (patch)
tree3a7bf4230f4ef00c8e11f1e16a11386e9fa6b42f
parent8b7ff9b08b5371c718a7283a99f0bf9306026142 (diff)
downloadCMake-5cc53f2dc17a3fcf6505afc2577f6e480da40b0c.zip
CMake-5cc53f2dc17a3fcf6505afc2577f6e480da40b0c.tar.gz
CMake-5cc53f2dc17a3fcf6505afc2577f6e480da40b0c.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 920d8a6..fa74722 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-03-05 02:31:10 +0000";
+ std::string cver = "Date: 2007-03-06 02:23:34 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;