summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-03-15 07:38:02 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-03-15 07:38:02 (GMT)
commit80d7413806610afa6c7eef3bba1f35247364b70d (patch)
tree2d53afcced20c6505ed54430e1062c7e1cc6cbd1 /Source/cmVersion.cxx
parent3abbf15a5a01cef0e204f24173dc57c8d35ad35c (diff)
downloadCMake-80d7413806610afa6c7eef3bba1f35247364b70d.zip
CMake-80d7413806610afa6c7eef3bba1f35247364b70d.tar.gz
CMake-80d7413806610afa6c7eef3bba1f35247364b70d.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 6420c47..42658c3 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-03-14 08:18:08 +0000";
+ std::string cver = "Date: 2005-03-15 07:38:02 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;