summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-09-02 09:05:09 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-09-02 09:05:09 (GMT)
commit03b528fdefa75274e6ee62ec430eace48952e203 (patch)
tree0551d0a9ae74155aa1b490ec8b020c0b4faf3d86
parent52923844f5b4f77b1d5467f3f218df8d95e84b21 (diff)
downloadCMake-03b528fdefa75274e6ee62ec430eace48952e203.zip
CMake-03b528fdefa75274e6ee62ec430eace48952e203.tar.gz
CMake-03b528fdefa75274e6ee62ec430eace48952e203.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 119edc2..ae7e204 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-09-01 09:01:23 +0000";
+ std::string cver = "Date: 2005-09-02 09:05:09 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;