diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-12-15 10:46:21 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-12-15 10:46:21 (GMT) |
commit | fa28d7225c938de71c3c07387633c40f5a0298ca (patch) | |
tree | ae1563e94c3d6caefe0c8f003ef070008fafb85c | |
parent | a360df42c2d9a72048329ba296d38281f24e1e2b (diff) | |
download | CMake-fa28d7225c938de71c3c07387633c40f5a0298ca.zip CMake-fa28d7225c938de71c3c07387633c40f5a0298ca.tar.gz CMake-fa28d7225c938de71c3c07387633c40f5a0298ca.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 976a98c..23cbf86 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: 2004-12-14 10:08:34 +0000"; + std::string cver = "Date: 2004-12-15 10:46:21 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |