diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-01-05 08:15:58 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-01-05 08:15:58 (GMT) |
commit | 11cd7b0b3f20b384220e65c4ef9de5afea0b1618 (patch) | |
tree | 95b1f6ef6e9bd8764b17590a9a84fa3d92a662fc /Source | |
parent | 1184bd932192b479916abb46dc4625a608eb7574 (diff) | |
download | CMake-11cd7b0b3f20b384220e65c4ef9de5afea0b1618.zip CMake-11cd7b0b3f20b384220e65c4ef9de5afea0b1618.tar.gz CMake-11cd7b0b3f20b384220e65c4ef9de5afea0b1618.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 87d7bcd..ffea11a 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: 2006-01-04 06:15:20 +0000"; + std::string cver = "Date: 2006-01-05 08:15:58 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |