diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-05-26 18:26:00 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-05-26 18:26:00 (GMT) |
commit | 123a81088ce59462466af088f35095fa5baae19c (patch) | |
tree | cedd08aefddc263d95f7f22ab223b9ee3336dec5 /Source/cmVersion.cxx | |
parent | 55f11b348bdfd94f28c95cea2e72a79fa1a1fc5d (diff) | |
download | CMake-123a81088ce59462466af088f35095fa5baae19c.zip CMake-123a81088ce59462466af088f35095fa5baae19c.tar.gz CMake-123a81088ce59462466af088f35095fa5baae19c.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 5c94203..3615b83 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-25 10:55:01 +0000"; + std::string cver = "Date: 2007-05-26 18:26:00 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |