diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-05-14 12:33:28 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-05-14 12:33:28 (GMT) |
commit | 0e7ee97d83842b83074188de2b69a95eeae272eb (patch) | |
tree | 7df41a7f32c4d4e440d704c269a2ce7621d3e851 /Source/cmVersion.cxx | |
parent | 643f75b87873c4405674b29c3e04cd1d4a5e2711 (diff) | |
download | CMake-0e7ee97d83842b83074188de2b69a95eeae272eb.zip CMake-0e7ee97d83842b83074188de2b69a95eeae272eb.tar.gz CMake-0e7ee97d83842b83074188de2b69a95eeae272eb.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 21eab5c..89855d8 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-05-13 14:59:35 +0000"; + std::string cver = "Date: 2007-05-14 12:33:28 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |