diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-01-04 08:53:37 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-01-04 08:53:37 (GMT) |
commit | 51d255bf92783272284b72acaedbcc059c45c4ea (patch) | |
tree | f101e32b29b8c3550d33e4ed0f58f72233399f40 /Source | |
parent | 5826ce439c44afe873d2bb95b0cacae3fb53dfe2 (diff) | |
download | CMake-51d255bf92783272284b72acaedbcc059c45c4ea.zip CMake-51d255bf92783272284b72acaedbcc059c45c4ea.tar.gz CMake-51d255bf92783272284b72acaedbcc059c45c4ea.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 9c2b115..6fd4fbf 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-03 09:20:37 +0000"; + std::string cver = "Date: 2007-01-04 08:53:37 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |