diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-03-18 13:59:09 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-03-18 13:59:09 (GMT) |
commit | abe0e6853561f59efd4a4d9ba332c8561029e11f (patch) | |
tree | b68aefbbd55d54a5f502e98c00e4415dc6a0e2b9 /Source | |
parent | 29f91e18125f0b258df75152b4bf8ae37b4b8da6 (diff) | |
download | CMake-abe0e6853561f59efd4a4d9ba332c8561029e11f.zip CMake-abe0e6853561f59efd4a4d9ba332c8561029e11f.tar.gz CMake-abe0e6853561f59efd4a4d9ba332c8561029e11f.tar.bz2 |
STYLE: Nightly Version update
Diffstat (limited to 'Source')
-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 c8d8add..389a099 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-17 14:32:05 +0000"; + std::string cver = "Date: 2006-03-18 13:59:09 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |