diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-04-18 08:12:51 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-04-18 08:12:51 (GMT) |
commit | 1b00feb0decb09e3f92299791ea53ebd0da55bd8 (patch) | |
tree | 7818e62f752062ac99917f2b6cbd38a925705ee3 /Source | |
parent | 3fe86c98cfb5670672e3fda634933944f8edfa35 (diff) | |
download | CMake-1b00feb0decb09e3f92299791ea53ebd0da55bd8.zip CMake-1b00feb0decb09e3f92299791ea53ebd0da55bd8.tar.gz CMake-1b00feb0decb09e3f92299791ea53ebd0da55bd8.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 f219b5d..579d797 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-04-17 08:48:21 +0000"; + std::string cver = "Date: 2007-04-18 08:12:51 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |