diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-03-12 07:26:31 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-03-12 07:26:31 (GMT) |
commit | 637c10dc96fd9e23519dd9254e3581e72276fc06 (patch) | |
tree | c159828b2bdd6886b437bf7b98e681e82c6024fb /Source | |
parent | 4ce8f43b71599ac1c8cf2bbc8849c262647092e4 (diff) | |
download | CMake-637c10dc96fd9e23519dd9254e3581e72276fc06.zip CMake-637c10dc96fd9e23519dd9254e3581e72276fc06.tar.gz CMake-637c10dc96fd9e23519dd9254e3581e72276fc06.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 2a65233..14e35c6 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-11 07:33:52 +0000"; + std::string cver = "Date: 2006-03-12 07:26:31 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |