diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-11-22 10:45:01 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-11-22 10:45:01 (GMT) |
commit | b2282ec33754d01a647b0fef589579531574fadd (patch) | |
tree | 3cc5a5b1be1b9fb12b88a2800e48faf08dd3faf5 /Source | |
parent | 380a9bd783580b02f3fdf5718e19a9e728071458 (diff) | |
download | CMake-b2282ec33754d01a647b0fef589579531574fadd.zip CMake-b2282ec33754d01a647b0fef589579531574fadd.tar.gz CMake-b2282ec33754d01a647b0fef589579531574fadd.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 c250f59..919546b 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-11-21 10:44:11 +0000"; + std::string cver = "Date: 2004-11-22 10:45:01 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |