diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-03-30 07:19:27 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-03-30 07:19:27 (GMT) |
commit | 7298d226669ce027d06bc38a36618fa646610614 (patch) | |
tree | 968605291f14bf327f0e5c6a23f83c60e829185b | |
parent | 62969492b027404ec94a48bca8ef02f9ef5c2cb7 (diff) | |
download | CMake-7298d226669ce027d06bc38a36618fa646610614.zip CMake-7298d226669ce027d06bc38a36618fa646610614.tar.gz CMake-7298d226669ce027d06bc38a36618fa646610614.tar.bz2 |
STYLE: Nightly Version update
-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 2630509..5982d77 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: 2005-03-29 07:21:19 +0000"; + std::string cver = "Date: 2005-03-30 07:19:27 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |