summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-10-07 09:26:13 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-10-07 09:26:13 (GMT)
commite853caaf6128fcd6b579a80059a692d71e55f73a (patch)
treee3121d27b1888359321dcdd9420029dafb75e0a0
parent07b45da69356a3cd0e1b7ed136449c38a9d82c69 (diff)
downloadCMake-e853caaf6128fcd6b579a80059a692d71e55f73a.zip
CMake-e853caaf6128fcd6b579a80059a692d71e55f73a.tar.gz
CMake-e853caaf6128fcd6b579a80059a692d71e55f73a.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 8903443..6205ebd 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-10-06 09:18:57 +0000";
+ std::string cver = "Date: 2005-10-07 09:26:13 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;