summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-05-12 06:58:28 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-05-12 06:58:28 (GMT)
commitef20a5f920fbb6552aafb00c066d281323907669 (patch)
treed5b0a767f04bb0bd88f354bafaba46ab0ca92276
parent6c421971b9a0e8172cd1e7d493dee506bfd409b7 (diff)
downloadCMake-ef20a5f920fbb6552aafb00c066d281323907669.zip
CMake-ef20a5f920fbb6552aafb00c066d281323907669.tar.gz
CMake-ef20a5f920fbb6552aafb00c066d281323907669.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 ef73eb6..8cc92d3 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-05-11 12:11:22 +0000";
+ std::string cver = "Date: 2007-05-12 06:58:28 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;