diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-04-30 12:04:23 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-04-30 12:04:23 (GMT) |
commit | a147709e9c6f07331d3b9b9975c2d417a8270a84 (patch) | |
tree | fd93f3c0fb0045b4ff4fc215d453db9108df1873 /Source/cmVersion.cxx | |
parent | e2102dea482584ab3e17ef4bd3432acd01de5fb4 (diff) | |
download | CMake-a147709e9c6f07331d3b9b9975c2d417a8270a84.zip CMake-a147709e9c6f07331d3b9b9975c2d417a8270a84.tar.gz CMake-a147709e9c6f07331d3b9b9975c2d417a8270a84.tar.bz2 |
STYLE: Nightly Version update
Diffstat (limited to 'Source/cmVersion.cxx')
-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 52ea646..9f562d2 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-29 12:13:09 +0000"; + std::string cver = "Date: 2006-04-30 12:04:23 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |