summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2004-11-07 10:45:55 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2004-11-07 10:45:55 (GMT)
commita199b4994da7080c68a88ca3bad3b157d15c3ca7 (patch)
tree340f64fea93abc9ae0a3a31da6fd998aa280f7df /Source/cmVersion.cxx
parenta204ee05940f4bce9b1e8c4153a56a74e9ddc465 (diff)
downloadCMake-a199b4994da7080c68a88ca3bad3b157d15c3ca7.zip
CMake-a199b4994da7080c68a88ca3bad3b157d15c3ca7.tar.gz
CMake-a199b4994da7080c68a88ca3bad3b157d15c3ca7.tar.bz2
STYLE: Nightly Version update
Diffstat (limited to 'Source/cmVersion.cxx')
-rw-r--r--Source/cmVersion.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmVersion.cxx b/Source/cmVersion.cxx
index 5e93d99..1d53d75 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-06 10:40:31 +0000";
+ std::string cver = "Date: 2004-11-07 10:45:55 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;