summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2004-12-20 10:09:25 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2004-12-20 10:09:25 (GMT)
commitd2789b37a3c9ac5e773e7b3e5175e6b7fb988598 (patch)
treeb57669a9dbbb7627b195419aa120e658147dd89f
parentac395b5a0edffb03180e27334cf347bb62da245b (diff)
downloadCMake-d2789b37a3c9ac5e773e7b3e5175e6b7fb988598.zip
CMake-d2789b37a3c9ac5e773e7b3e5175e6b7fb988598.tar.gz
CMake-d2789b37a3c9ac5e773e7b3e5175e6b7fb988598.tar.bz2
STYLE: Nightly Version update
-rw-r--r--Source/cmVersion.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmVersion.cxx b/Source/cmVersion.cxx
index ede32c5..9d9f7a8 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-19 10:15:18 +0000";
+ std::string cver = "Date: 2004-12-20 10:09:25 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;