summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-01-13 05:43:31 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-01-13 05:43:31 (GMT)
commit0c644dea70fab1a8567866c818f60f1b9c805f3c (patch)
tree6a7796d27c418de83e432bc1588a667a5c8bff14
parent1d72bdea9a8b571ab626d06110760fbe41b4de2e (diff)
downloadCMake-0c644dea70fab1a8567866c818f60f1b9c805f3c.zip
CMake-0c644dea70fab1a8567866c818f60f1b9c805f3c.tar.gz
CMake-0c644dea70fab1a8567866c818f60f1b9c805f3c.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 f6d4de5..b20d2be 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: 2006-01-12 05:40:47 +0000";
+ std::string cver = "Date: 2006-01-13 05:43:31 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;