summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2004-12-04 09:36:09 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2004-12-04 09:36:09 (GMT)
commit7e5d474be69180e04687c61a9eb8cca0830f8a63 (patch)
tree02809f57c9d4a2b0cdb333dd5c1ad05859fd6f05 /Source/cmVersion.cxx
parent0ad63cf5fd0f1dfea7bda29fafb8894c6d4ddb54 (diff)
downloadCMake-7e5d474be69180e04687c61a9eb8cca0830f8a63.zip
CMake-7e5d474be69180e04687c61a9eb8cca0830f8a63.tar.gz
CMake-7e5d474be69180e04687c61a9eb8cca0830f8a63.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 a1b5b48..2e4e77d 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-12-03 11:27:27 +0000";
+ std::string cver = "Date: 2004-12-04 09:36:09 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;