diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-07-28 15:58:52 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-07-28 15:58:52 (GMT) |
commit | a6abb79776733653d0ab4ce5a848152e84393914 (patch) | |
tree | 5e7ceb96f63bf65ca565701e59cc42e3494de356 | |
parent | 825a762a302f7c9eb77f32adb858da4d4a2e97e0 (diff) | |
download | CMake-a6abb79776733653d0ab4ce5a848152e84393914.zip CMake-a6abb79776733653d0ab4ce5a848152e84393914.tar.gz CMake-a6abb79776733653d0ab4ce5a848152e84393914.tar.bz2 |
STYLE: Nightly Version update
-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 7a1d5a1..dbde7fb 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: 2005-07-27 15:56:28 +0000"; + std::string cver = "Date: 2005-07-28 15:58:52 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |