diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-07-13 07:10:43 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-07-13 07:10:43 (GMT) |
commit | 969bf6510720793460815bd72d157165fab3a6e1 (patch) | |
tree | edb6f2ba943b2093ce281cd17eb3da5bc5271e5d /Source | |
parent | ce401c661db72885b9647987c705baee49eeb0e3 (diff) | |
download | CMake-969bf6510720793460815bd72d157165fab3a6e1.zip CMake-969bf6510720793460815bd72d157165fab3a6e1.tar.gz CMake-969bf6510720793460815bd72d157165fab3a6e1.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 5c70ef1..2062967 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-12 07:10:54 +0000"; + std::string cver = "Date: 2005-07-13 07:10:43 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |