diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-09-10 01:06:39 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-09-10 01:06:39 (GMT) |
commit | 99d650a33c7934c12f5f5622f8a78df2ffcce6d5 (patch) | |
tree | a663e65dd04c99926ec7baa3c2730c0f1a3444a6 /Source | |
parent | bcbfa623647ed06af1e81879fdc987f12604a561 (diff) | |
download | CMake-99d650a33c7934c12f5f5622f8a78df2ffcce6d5.zip CMake-99d650a33c7934c12f5f5622f8a78df2ffcce6d5.tar.gz CMake-99d650a33c7934c12f5f5622f8a78df2ffcce6d5.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 a5ed96c..6c976f4 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-09-09 02:51:54 +0000"; + std::string cver = "Date: 2006-09-10 01:06:39 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |