diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-02-07 02:56:38 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-02-07 02:56:38 (GMT) |
commit | fb21ee5ce765e4bb939b6fb28e13a2faf6ee5cfc (patch) | |
tree | fd0c6cd407df6c53942219815121f8440f6b86fe /Source/cmVersion.cxx | |
parent | f752ff9268f68c184b30006f79c10946ffa349c8 (diff) | |
download | CMake-fb21ee5ce765e4bb939b6fb28e13a2faf6ee5cfc.zip CMake-fb21ee5ce765e4bb939b6fb28e13a2faf6ee5cfc.tar.gz CMake-fb21ee5ce765e4bb939b6fb28e13a2faf6ee5cfc.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 84671ae..0f2bcc4 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-02-06 02:53:48 +0000"; + std::string cver = "Date: 2007-02-07 02:56:38 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |