diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-07-26 11:53:10 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-07-26 11:53:10 (GMT) |
commit | 112bb69f076c27248d5235eb55bec9ef352c9a0e (patch) | |
tree | f1ad5608599aa3d8f7c6d027d6521a8a563c8dbf | |
parent | c482ef3bbcdd00f4899fe12561a990b014b3a6ec (diff) | |
download | CMake-112bb69f076c27248d5235eb55bec9ef352c9a0e.zip CMake-112bb69f076c27248d5235eb55bec9ef352c9a0e.tar.gz CMake-112bb69f076c27248d5235eb55bec9ef352c9a0e.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 9ad7483..93978bf 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-07-25 12:13:57 +0000"; + std::string cver = "Date: 2006-07-26 11:53:10 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |