summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-02-01 05:38:49 -0500
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-02-01 05:38:49 -0500
commit51db85934fd0a0b879cdb880ccbf1eca1dd28c35 (patch)
tree0a35361b0d570b7161939245ab2b93e02e40a2b1
parent861fb04f59c729f76e3babe036410916027bfec8 (diff)
downloadcmake-51db85934fd0a0b879cdb880ccbf1eca1dd28c35.tar.gz
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 80c46cbf21..b0aedd0d41 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: 2005-01-31 10:19:43 +0000";
+ std::string cver = "Date: 2005-02-01 10:38:49 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;