diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-01-29 01:08:06 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-01-29 01:08:06 (GMT) |
commit | 2b54ecd1e49b2f7d0698111712091dfe33bc27fb (patch) | |
tree | 4821ce4086ed1028155ab8add0cf08a2ec8a2079 /Source/cmVersion.cxx | |
parent | b5cc76543fbadbe6b4712647b578b31c3b2c4f3d (diff) | |
download | CMake-2b54ecd1e49b2f7d0698111712091dfe33bc27fb.zip CMake-2b54ecd1e49b2f7d0698111712091dfe33bc27fb.tar.gz CMake-2b54ecd1e49b2f7d0698111712091dfe33bc27fb.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 64313ff..c5ce9d3 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-01-28 01:09:10 +0000"; + std::string cver = "Date: 2007-01-29 01:08:06 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |