diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-03-30 13:38:47 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-03-30 13:38:47 (GMT) |
commit | d92205b26d9f8421006775b1822da4e642dc4f34 (patch) | |
tree | c703254b0924ec3b0a293df623381c09a762ba8a /Source | |
parent | c2da47550734575dc5fe17ce1d02e8ca37e09f4b (diff) | |
download | CMake-d92205b26d9f8421006775b1822da4e642dc4f34.zip CMake-d92205b26d9f8421006775b1822da4e642dc4f34.tar.gz CMake-d92205b26d9f8421006775b1822da4e642dc4f34.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 3fec0c0..d565a6f 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-03-29 13:31:27 +0000"; + std::string cver = "Date: 2006-03-30 13:38:47 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |