diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-06-24 11:19:16 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-06-24 11:19:16 (GMT) |
commit | 259ab8ef2e4f9707ad2731bd6c217a7c10de4b83 (patch) | |
tree | 864c0187cc7574b75b8714b1ac1a4fda07629e01 /Source/cmVersion.cxx | |
parent | e0e57a41fd1065074daabcc8bbbd9638f7bee5f1 (diff) | |
download | CMake-259ab8ef2e4f9707ad2731bd6c217a7c10de4b83.zip CMake-259ab8ef2e4f9707ad2731bd6c217a7c10de4b83.tar.gz CMake-259ab8ef2e4f9707ad2731bd6c217a7c10de4b83.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 b37b61c..3f61239 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-06-22 12:01:35 +0000"; + std::string cver = "Date: 2006-06-24 11:19:16 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |