summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-02-10 07:14:59 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-02-10 07:14:59 (GMT)
commit84f918f7881fcde5c18b7269c74f4f26b9794aad (patch)
tree42e4613a33a3eb9e0eed0533429c0024265a637d
parentd8ed9ef12151ad36c7cc9bb1908e7866a1e61bd0 (diff)
downloadCMake-84f918f7881fcde5c18b7269c74f4f26b9794aad.zip
CMake-84f918f7881fcde5c18b7269c74f4f26b9794aad.tar.gz
CMake-84f918f7881fcde5c18b7269c74f4f26b9794aad.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 2ed3779..1410609 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: 2005-02-07 10:26:44 +0000";
+ std::string cver = "Date: 2005-02-10 07:14:59 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;