summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2004-12-22 10:16:48 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2004-12-22 10:16:48 (GMT)
commit190b89c060e37d040112db07cf3455f231b764f5 (patch)
treeb8d7374d8b232aacb105f30412c2314f328dd6b0 /Source
parentc01097941dc3e43b563f77f5877410fa592cee76 (diff)
downloadCMake-190b89c060e37d040112db07cf3455f231b764f5.zip
CMake-190b89c060e37d040112db07cf3455f231b764f5.tar.gz
CMake-190b89c060e37d040112db07cf3455f231b764f5.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 a76619e..b1d37bf 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-21 10:14:15 +0000";
+ std::string cver = "Date: 2004-12-22 10:16:48 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;