diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-04-21 12:06:27 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-04-21 12:06:27 (GMT) |
commit | c33c052ce475568fc354778774a39bf19a0dd7d2 (patch) | |
tree | e60feaddd73297f87181819a993404caa6d54566 | |
parent | e3d7dbd2f8178069eb00227f075fc70972285286 (diff) | |
download | CMake-c33c052ce475568fc354778774a39bf19a0dd7d2.zip CMake-c33c052ce475568fc354778774a39bf19a0dd7d2.tar.gz CMake-c33c052ce475568fc354778774a39bf19a0dd7d2.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 3716110..adc99f1 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-04-19 12:06:11 +0000"; + std::string cver = "Date: 2006-04-21 12:06:27 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |