summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-05-01 07:38:02 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-05-01 07:38:02 (GMT)
commit8caff193056bfc87076413b3d2161f03d1501297 (patch)
tree87150ab7603e3bc3339c764c558a50b1ecbd43dc /Source
parentee2554040b6befb484b890741f39079058ebd50d (diff)
downloadCMake-8caff193056bfc87076413b3d2161f03d1501297.zip
CMake-8caff193056bfc87076413b3d2161f03d1501297.tar.gz
CMake-8caff193056bfc87076413b3d2161f03d1501297.tar.bz2
STYLE: Nightly Version update
Diffstat (limited to 'Source')
-rw-r--r--Source/cmVersion.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmVersion.cxx b/Source/cmVersion.cxx
index a193cbd..b5e7c98 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-04-30 08:13:11 +0000";
+ std::string cver = "Date: 2005-05-01 07:38:02 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;