summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-03-30 06:37:58 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-03-30 06:37:58 (GMT)
commit32ab3853eee088f3da06cd49f67ade2b9947b4a4 (patch)
tree03dbb477256ef522a369868c85b2547642d5259f
parent9858fe9b214d117c2673439ea6283c2519578643 (diff)
downloadCMake-32ab3853eee088f3da06cd49f67ade2b9947b4a4.zip
CMake-32ab3853eee088f3da06cd49f67ade2b9947b4a4.tar.gz
CMake-32ab3853eee088f3da06cd49f67ade2b9947b4a4.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 a5f2826..2c3b933 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-29 06:41:21 +0000";
+ std::string cver = "Date: 2007-03-30 06:37:58 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;