summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-11-15 10:27:54 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-11-15 10:27:54 (GMT)
commitb1e0e863310c4d4fa124f988c5f71cdc436f1062 (patch)
tree75da3bb35d0e78cdce9574ee0107b2e5d02cd9b1
parent03e2911e55541a92df69e9ac3bc8eb161b349779 (diff)
downloadCMake-b1e0e863310c4d4fa124f988c5f71cdc436f1062.zip
CMake-b1e0e863310c4d4fa124f988c5f71cdc436f1062.tar.gz
CMake-b1e0e863310c4d4fa124f988c5f71cdc436f1062.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 a0346e5..574ff68 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-11-14 10:24:49 +0000";
+ std::string cver = "Date: 2005-11-15 10:27:54 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;