summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2004-12-19 10:15:18 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2004-12-19 10:15:18 (GMT)
commitac395b5a0edffb03180e27334cf347bb62da245b (patch)
treecd07fd26607ea092f6c54820ce1f1c6bee84f837 /Source/cmVersion.cxx
parent4cb5c7179d38b98906eb01b73e135a62e7a99ea3 (diff)
downloadCMake-ac395b5a0edffb03180e27334cf347bb62da245b.zip
CMake-ac395b5a0edffb03180e27334cf347bb62da245b.tar.gz
CMake-ac395b5a0edffb03180e27334cf347bb62da245b.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 a2fe0b6..ede32c5 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-18 10:11:44 +0000";
+ std::string cver = "Date: 2004-12-19 10:15:18 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;