diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-01-13 05:43:31 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-01-13 05:43:31 (GMT) |
commit | 0c644dea70fab1a8567866c818f60f1b9c805f3c (patch) | |
tree | 6a7796d27c418de83e432bc1588a667a5c8bff14 | |
parent | 1d72bdea9a8b571ab626d06110760fbe41b4de2e (diff) | |
download | CMake-0c644dea70fab1a8567866c818f60f1b9c805f3c.zip CMake-0c644dea70fab1a8567866c818f60f1b9c805f3c.tar.gz CMake-0c644dea70fab1a8567866c818f60f1b9c805f3c.tar.bz2 |
STYLE: Nightly Version update
-rw-r--r-- | Source/cmVersion.cxx | 2 |
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; |