diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-07-13 11:46:35 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-07-13 11:46:35 (GMT) |
commit | df127515433ec6e44179a1e85d212c08b58a8f18 (patch) | |
tree | dd5e631236e0126aa38002bcb5ff4f4d24be186e /Source/cmVersion.cxx | |
parent | 6101b676104df9e9a5997df6b144c8aa6c274c4e (diff) | |
download | CMake-df127515433ec6e44179a1e85d212c08b58a8f18.zip CMake-df127515433ec6e44179a1e85d212c08b58a8f18.tar.gz CMake-df127515433ec6e44179a1e85d212c08b58a8f18.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 8aa4750..86527d2 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-07-12 12:06:43 +0000"; + std::string cver = "Date: 2006-07-13 11:46:35 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |