summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-02-22 08:01:21 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-02-22 08:01:21 (GMT)
commit1662466ca272247b29a8fe27889b4798c977aa68 (patch)
tree7b6fa846e3ceb576c01093aa18684aefc3672fbd
parent658dfe5b3ff8907d797d0875baff6c1d459167e4 (diff)
downloadCMake-1662466ca272247b29a8fe27889b4798c977aa68.zip
CMake-1662466ca272247b29a8fe27889b4798c977aa68.tar.gz
CMake-1662466ca272247b29a8fe27889b4798c977aa68.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 99ef5f0..3f62111 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-21 08:07:46 +0000";
+ std::string cver = "Date: 2005-02-22 08:01:21 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;