diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-10-03 02:27:24 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-10-03 02:27:24 (GMT) |
commit | 87bf9f14903d3042924eb278ebbf628af51278c1 (patch) | |
tree | 08af38cc65c55af44c52dcba8265918a7eea50c4 /Source | |
parent | e0899bcaf2a813d2210cb6f991ed354645ef83c1 (diff) | |
download | CMake-87bf9f14903d3042924eb278ebbf628af51278c1.zip CMake-87bf9f14903d3042924eb278ebbf628af51278c1.tar.gz CMake-87bf9f14903d3042924eb278ebbf628af51278c1.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 1be4346..e07dfc2 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: 2007-10-02 02:31:04 +0000"; + std::string cver = "Date: 2007-10-03 02:27:24 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |