summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-02-10 07:16:25 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-02-10 07:16:25 (GMT)
commit6e57c4f82f30826bd127507c115859198b547158 (patch)
tree016fb36b1f72e7971281b2b18457837002ab4c29 /Source
parent8f71efa7762e77404f4b5aa9f6f831425a9e8163 (diff)
downloadCMake-6e57c4f82f30826bd127507c115859198b547158.zip
CMake-6e57c4f82f30826bd127507c115859198b547158.tar.gz
CMake-6e57c4f82f30826bd127507c115859198b547158.tar.bz2
STYLE: Nightly Version update
Diffstat (limited to 'Source')
-rw-r--r--Source/cmVersion.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmVersion.cxx b/Source/cmVersion.cxx
index 719fa50..765def3 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: 2006-02-09 07:17:23 +0000";
+ std::string cver = "Date: 2006-02-10 07:16:25 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;