diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-01-27 06:36:37 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-01-27 06:36:37 (GMT) |
commit | b5a3b2c8d81e4cde59a77cf8aa656664a9d6db82 (patch) | |
tree | 6b7e3600790a9da091ec74aa91d2910fc19a553e /Source | |
parent | b8e92654b4730cf8e0fcdccc56bd4011417097b5 (diff) | |
download | CMake-b5a3b2c8d81e4cde59a77cf8aa656664a9d6db82.zip CMake-b5a3b2c8d81e4cde59a77cf8aa656664a9d6db82.tar.gz CMake-b5a3b2c8d81e4cde59a77cf8aa656664a9d6db82.tar.bz2 |
STYLE: Nightly Version update
Diffstat (limited to 'Source')
-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 b89b174..8440bbb 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-01-26 06:21:08 +0000"; + std::string cver = "Date: 2006-01-27 06:36:37 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |