summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2004-11-16 13:16:57 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2004-11-16 13:16:57 (GMT)
commit09b58f09e4269cfc101ef2e2aceb407b9304f6aa (patch)
tree77c2917ea20f36ebb33d09af44793217677ac1fb /Source
parente7fd6bac8df0e311cb9cd8a88a4a8b5a46736ee5 (diff)
downloadCMake-09b58f09e4269cfc101ef2e2aceb407b9304f6aa.zip
CMake-09b58f09e4269cfc101ef2e2aceb407b9304f6aa.tar.gz
CMake-09b58f09e4269cfc101ef2e2aceb407b9304f6aa.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 685d822..fade33d 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: 2004-11-15 13:22:56 +0000";
+ std::string cver = "Date: 2004-11-16 13:16:57 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;