diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-09-15 02:59:52 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-09-15 02:59:52 (GMT) |
commit | 946bfc2405868f1de8d654c00884c24ffa474caf (patch) | |
tree | 0730f214d710822708094ac999fd83fadc0940e9 /Source | |
parent | deb5f857dfa1167543e707d2908758520806a3f4 (diff) | |
download | CMake-946bfc2405868f1de8d654c00884c24ffa474caf.zip CMake-946bfc2405868f1de8d654c00884c24ffa474caf.tar.gz CMake-946bfc2405868f1de8d654c00884c24ffa474caf.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 72c91b1..a69fa2e 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-09-14 02:53:11 +0000"; + std::string cver = "Date: 2007-09-15 02:59:52 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |