diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-05-02 12:14:49 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-05-02 12:14:49 (GMT) |
commit | 3eea1990f51ef8d8a2c1e006a4f2fe089a64b836 (patch) | |
tree | b6a28bfc1c9ec708017a09a8325bc9c5346e40ca /Source | |
parent | a8bb20dce51bba260f171c7f7193119aa6817990 (diff) | |
download | CMake-3eea1990f51ef8d8a2c1e006a4f2fe089a64b836.zip CMake-3eea1990f51ef8d8a2c1e006a4f2fe089a64b836.tar.gz CMake-3eea1990f51ef8d8a2c1e006a4f2fe089a64b836.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 665aa0d..f4342af 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-05-01 12:06:26 +0000"; + std::string cver = "Date: 2006-05-02 12:14:49 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |