diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-01-16 05:42:30 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-01-16 05:42:30 (GMT) |
commit | c59c3d37a8b102a6e8749223c3b30ee64f5c93ef (patch) | |
tree | c76dcd3ba35556389238358dc6bbcccea3f6625b /Source | |
parent | e6edd4e87bbc3b04fc393a9af71c4e862cd52b7f (diff) | |
download | CMake-c59c3d37a8b102a6e8749223c3b30ee64f5c93ef.zip CMake-c59c3d37a8b102a6e8749223c3b30ee64f5c93ef.tar.gz CMake-c59c3d37a8b102a6e8749223c3b30ee64f5c93ef.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 a910526..693c483 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-01-15 05:43:10 +0000"; + std::string cver = "Date: 2006-01-16 05:42:30 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |