diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-09-22 06:19:01 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-09-22 06:19:01 (GMT) |
commit | bffc8ca59f7c19d4f5cf63854a638fca027ecad5 (patch) | |
tree | 3defeae7a9b5e88e48d9f0c6c2d60964cd95abea | |
parent | a8426f55e527acafd968f5e6b333bcbc4312d80e (diff) | |
download | CMake-bffc8ca59f7c19d4f5cf63854a638fca027ecad5.zip CMake-bffc8ca59f7c19d4f5cf63854a638fca027ecad5.tar.gz CMake-bffc8ca59f7c19d4f5cf63854a638fca027ecad5.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 7f3d2b0..b336a1e7 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: 2006-09-21 06:11:14 +0000"; + std::string cver = "Date: 2006-09-22 06:19:01 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |