summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-06-09 08:14:20 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-06-09 08:14:20 (GMT)
commit1046ba0f08555c415e1f55a56bd79c7d5681aaf2 (patch)
tree9ce0432440dd8e26f2f0b80775fca97cece17ec0
parentd82a038ee16c3c51219613882162307c4bcaa4ad (diff)
downloadCMake-1046ba0f08555c415e1f55a56bd79c7d5681aaf2.zip
CMake-1046ba0f08555c415e1f55a56bd79c7d5681aaf2.tar.gz
CMake-1046ba0f08555c415e1f55a56bd79c7d5681aaf2.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 33ac86c..1312650 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-06-08 08:09:49 +0000";
+ std::string cver = "Date: 2005-06-09 08:14:20 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;