diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-04-28 09:07:50 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-04-28 09:07:50 (GMT) |
commit | 6ae09b0f5ad282023424073a8260a522fcc8a2bf (patch) | |
tree | 682f5335a4de7c140544031dc97a0a78e1a8d3d7 | |
parent | 4b371ed7fe32ddf1bc2633a7cbcae0943a908d45 (diff) | |
download | CMake-6ae09b0f5ad282023424073a8260a522fcc8a2bf.zip CMake-6ae09b0f5ad282023424073a8260a522fcc8a2bf.tar.gz CMake-6ae09b0f5ad282023424073a8260a522fcc8a2bf.tar.bz2 |
STYLE: Nightly Version update
-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 e8eef17..ef933c0 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: 2005-04-27 08:35:36 +0000"; + std::string cver = "Date: 2005-04-28 09:07:50 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |