diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-01-21 05:51:10 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-01-21 05:51:10 (GMT) |
commit | affe7068afc101ccd18d1b29ab473d0f474497cc (patch) | |
tree | 8f2f452faeaac9f48661c86568b7bcaf4488b82a /Source/cmVersion.cxx | |
parent | 69c3b6c985f000fa9399de695e8129164bf9a090 (diff) | |
download | CMake-affe7068afc101ccd18d1b29ab473d0f474497cc.zip CMake-affe7068afc101ccd18d1b29ab473d0f474497cc.tar.gz CMake-affe7068afc101ccd18d1b29ab473d0f474497cc.tar.bz2 |
STYLE: Nightly Version update
Diffstat (limited to 'Source/cmVersion.cxx')
-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 67a96d0..f54fef8 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-20 06:01:30 +0000"; + std::string cver = "Date: 2006-01-21 05:51:10 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |