diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-03-31 13:13:51 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-03-31 13:13:51 (GMT) |
commit | 52531ad398167c8fc2fb17815cc79d1868c9961b (patch) | |
tree | 6b2cb651d67ff38bf4e5144b6d8587a4d712ac40 /Source/cmVersion.cxx | |
parent | 0ee2d0b345a042a64e119927a2515c64e3410696 (diff) | |
download | CMake-52531ad398167c8fc2fb17815cc79d1868c9961b.zip CMake-52531ad398167c8fc2fb17815cc79d1868c9961b.tar.gz CMake-52531ad398167c8fc2fb17815cc79d1868c9961b.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 d565a6f..4a65739 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-03-30 13:38:47 +0000"; + std::string cver = "Date: 2006-03-31 13:13:51 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |