summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-08-15 09:40:25 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-08-15 09:40:25 (GMT)
commit5706117592b22e230992870ab331e9c27f61663e (patch)
tree198abc252f7eace53bece4d62db2d237ea06374a
parentd1cd0c2d5a3050f7c9d5076a43216409ab15970d (diff)
downloadCMake-5706117592b22e230992870ab331e9c27f61663e.zip
CMake-5706117592b22e230992870ab331e9c27f61663e.tar.gz
CMake-5706117592b22e230992870ab331e9c27f61663e.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 644fde3..89341bf 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-08-14 09:45:19 +0000";
+ std::string cver = "Date: 2005-08-15 09:40:25 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;