diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-11-06 13:09:00 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-11-06 13:09:00 (GMT) |
commit | 4e1f2798ca10d11ad30b934834cac0c77d58d1df (patch) | |
tree | 17db6d6c74c0c4bd28ce826220656be1f4a8735a | |
parent | fa6bcb613857ee92619c7b2259a8ccec29e580c0 (diff) | |
download | CMake-4e1f2798ca10d11ad30b934834cac0c77d58d1df.zip CMake-4e1f2798ca10d11ad30b934834cac0c77d58d1df.tar.gz CMake-4e1f2798ca10d11ad30b934834cac0c77d58d1df.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 a93d146..39e196c 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-11-05 13:07:42 +0000"; + std::string cver = "Date: 2006-11-06 13:09:00 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |