diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-03-24 13:17:42 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-03-24 13:17:42 (GMT) |
commit | cec6543d0d7e0f8302b092f3ff66fb240bc212c4 (patch) | |
tree | 75bcef47c5b72b79f307e7372d50228fc962d125 /Source | |
parent | 9ce59dbde0b7b1ae721626e8a92f45fa18ebf1b7 (diff) | |
download | CMake-cec6543d0d7e0f8302b092f3ff66fb240bc212c4.zip CMake-cec6543d0d7e0f8302b092f3ff66fb240bc212c4.tar.gz CMake-cec6543d0d7e0f8302b092f3ff66fb240bc212c4.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 59fc768..d10e730 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-23 13:13:48 +0000"; + std::string cver = "Date: 2006-03-24 13:17:42 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |