diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-01-24 05:53:59 -0500 |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-01-24 05:53:59 -0500 |
commit | a921ccaa2a590d2f83c6e81c1c41093a73d9abb8 (patch) | |
tree | 06848975950d50661f0e5979bcc8648468ccf581 /Source | |
parent | 5fd8942da95aa307e7073613a7f975086215dbe9 (diff) | |
download | cmake-a921ccaa2a590d2f83c6e81c1c41093a73d9abb8.tar.gz |
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 7f185d5fef..b7eaf40cb6 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-23 10:56:42 +0000"; + std::string cver = "Date: 2005-01-24 10:53:59 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |