diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-07-04 12:21:27 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-07-04 12:21:27 (GMT) |
commit | a28b298aa66cee7a033d56fbe70b6556486d9103 (patch) | |
tree | 0f9631586e2bfa559e9affe767aa6b8832cf854f /Source/cmVersion.cxx | |
parent | 7fbd4161d543b86f694bc75f2c31524a09729958 (diff) | |
download | CMake-a28b298aa66cee7a033d56fbe70b6556486d9103.zip CMake-a28b298aa66cee7a033d56fbe70b6556486d9103.tar.gz CMake-a28b298aa66cee7a033d56fbe70b6556486d9103.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 71ce0b2..3726c65 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-07-03 07:58:13 +0000"; + std::string cver = "Date: 2007-07-04 12:21:26 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |