diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-12-23 10:27:46 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-12-23 10:27:46 (GMT) |
commit | d5be87a296f4058770c0684efd1d6653f426daa9 (patch) | |
tree | a1424b617756bf76ea94f8153623176dbacfe54e | |
parent | 190b89c060e37d040112db07cf3455f231b764f5 (diff) | |
download | CMake-d5be87a296f4058770c0684efd1d6653f426daa9.zip CMake-d5be87a296f4058770c0684efd1d6653f426daa9.tar.gz CMake-d5be87a296f4058770c0684efd1d6653f426daa9.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 b1d37bf..2cb0a29 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: 2004-12-22 10:16:48 +0000"; + std::string cver = "Date: 2004-12-23 10:27:46 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |