diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-01-24 10:53:59 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-01-24 10:53:59 (GMT) |
commit | a921ccaa2a590d2f83c6e81c1c41093a73d9abb8 (patch) | |
tree | 06848975950d50661f0e5979bcc8648468ccf581 /Source/cmVersion.cxx | |
parent | 5fd8942da95aa307e7073613a7f975086215dbe9 (diff) | |
download | CMake-a921ccaa2a590d2f83c6e81c1c41093a73d9abb8.zip CMake-a921ccaa2a590d2f83c6e81c1c41093a73d9abb8.tar.gz CMake-a921ccaa2a590d2f83c6e81c1c41093a73d9abb8.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 7f185d5..b7eaf40 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; |