diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-06-29 20:29:40 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-06-29 20:29:40 (GMT) |
commit | d65aaebf926d5f81dae0d901553d10698836d7cf (patch) | |
tree | 47d42e6f8bfc8212d248f6cda05bd99f9e8c14aa | |
parent | 374430da04fb11109fcc1190ec473b54137b9416 (diff) | |
download | CMake-d65aaebf926d5f81dae0d901553d10698836d7cf.zip CMake-d65aaebf926d5f81dae0d901553d10698836d7cf.tar.gz CMake-d65aaebf926d5f81dae0d901553d10698836d7cf.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 7a7759b..016cdff 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: 2007-06-28 17:08:26 +0000"; + std::string cver = "Date: 2007-06-29 20:29:40 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |