diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-05-30 09:28:09 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-05-30 09:28:09 (GMT) |
commit | a8d96319bbe4386aeaaedc30e44802a1840a2211 (patch) | |
tree | bb3d022ac0e24014e9f655b39b18fc03c5c0052f /Source | |
parent | eed7c8dec14a37660ed0bf74cac3bfd0221c1f5b (diff) | |
download | CMake-a8d96319bbe4386aeaaedc30e44802a1840a2211.zip CMake-a8d96319bbe4386aeaaedc30e44802a1840a2211.tar.gz CMake-a8d96319bbe4386aeaaedc30e44802a1840a2211.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 12ad793..d9573de 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-29 09:26:30 +0000"; + std::string cver = "Date: 2007-05-30 09:28:09 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |