diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-01-30 10:23:26 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-01-30 10:23:26 (GMT) |
commit | 7f9fab306be3a3968092175dcc8db6812e2b9cbc (patch) | |
tree | 72cc28bdedb6d80513edbb8a7c6ddd4364524a31 /Source/cmVersion.cxx | |
parent | 52b533ce2b4ed276affdbdf1a0ad11d68b4ea5fa (diff) | |
download | CMake-7f9fab306be3a3968092175dcc8db6812e2b9cbc.zip CMake-7f9fab306be3a3968092175dcc8db6812e2b9cbc.tar.gz CMake-7f9fab306be3a3968092175dcc8db6812e2b9cbc.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 5985658..bcc17eb 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-01-29 10:23:58 +0000"; + std::string cver = "Date: 2005-01-30 10:23:26 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |