diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-02-03 10:29:40 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-02-03 10:29:40 (GMT) |
commit | 627f552ce585d4e335fb11c375bc6108c02a42f2 (patch) | |
tree | 0b007ede46a2559bc769ba28d18081a58e5c5c7e | |
parent | 68c419c780a954c48a91291fbc1dcf038d99e7f3 (diff) | |
download | CMake-627f552ce585d4e335fb11c375bc6108c02a42f2.zip CMake-627f552ce585d4e335fb11c375bc6108c02a42f2.tar.gz CMake-627f552ce585d4e335fb11c375bc6108c02a42f2.tar.bz2 |
STYLE: Nightly Version update
-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 b9e84c0..a553c53 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-02-02 10:44:04 +0000"; + std::string cver = "Date: 2005-02-03 10:29:40 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |