summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-01-19 10:19:19 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-01-19 10:19:19 (GMT)
commitb94585d45ffd1d26b3df55c60e3a77bad0dc9ada (patch)
tree7e43d07ab7b503f6229675ec52efa19ddb0db9f6 /Source/cmVersion.cxx
parent1f4d3c7a666db9aaae8ee5a9551ce2c7ea0aab00 (diff)
downloadCMake-b94585d45ffd1d26b3df55c60e3a77bad0dc9ada.zip
CMake-b94585d45ffd1d26b3df55c60e3a77bad0dc9ada.tar.gz
CMake-b94585d45ffd1d26b3df55c60e3a77bad0dc9ada.tar.bz2
STYLE: Nightly Version update
Diffstat (limited to 'Source/cmVersion.cxx')
-rw-r--r--Source/cmVersion.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmVersion.cxx b/Source/cmVersion.cxx
index ba20b6c..974747b 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-01-18 09:17:34 +0000";
+ std::string cver = "Date: 2005-01-19 10:19:19 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;