summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-11-09 10:33:01 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-11-09 10:33:01 (GMT)
commit933c97546b41f577c5cd6711d62f91b262542cc4 (patch)
treec7425b64d1011fc1578e402b94b7bbf8cf6e4b7a /Source
parent1de28a762f96f7c23f459df4a0cf9cfccdc1a034 (diff)
downloadCMake-933c97546b41f577c5cd6711d62f91b262542cc4.zip
CMake-933c97546b41f577c5cd6711d62f91b262542cc4.tar.gz
CMake-933c97546b41f577c5cd6711d62f91b262542cc4.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 37f8977..4029d4f 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-11-08 10:33:37 +0000";
+ std::string cver = "Date: 2005-11-09 10:33:01 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;