diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-04-15 12:12:37 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-04-15 12:12:37 (GMT) |
commit | 1df8e12c42a0ba6228059f456849010db5695ec3 (patch) | |
tree | d04e302d276b6ee0813974fffd75fcc6f7236ac6 | |
parent | f7f05bee763b251f7ed9cb518a2f38d8664b955c (diff) | |
download | CMake-1df8e12c42a0ba6228059f456849010db5695ec3.zip CMake-1df8e12c42a0ba6228059f456849010db5695ec3.tar.gz CMake-1df8e12c42a0ba6228059f456849010db5695ec3.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 90c98a3..9921115 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-04-14 13:13:43 +0000"; + std::string cver = "Date: 2006-04-15 12:12:37 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |