summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-01-10 05:06:32 -0500
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-01-10 05:06:32 -0500
commit89c0d42181f8fb14fe9494eb22bf6385bfb0627b (patch)
treec69bbc3de851f25e70b8f65eb8e17b12bacfe4d1
parent7b1d0e7949ccbc671a7b23d919aee6c1c4c4baa1 (diff)
downloadcmake-89c0d42181f8fb14fe9494eb22bf6385bfb0627b.tar.gz
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 1d261b4cac..df7db7bd04 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-01-08 10:08:44 +0000";
+ std::string cver = "Date: 2005-01-10 10:06:32 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;