diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-03-02 07:17:27 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-03-02 07:17:27 (GMT) |
commit | f2922860c64d056a5d1cdb9ca350df738e52a029 (patch) | |
tree | 4320672ddc05592b5869539cee1e7e96c3fd3876 /Source | |
parent | 54732b060763dbf6e4750f42e9fd228cb4a9eb12 (diff) | |
download | CMake-f2922860c64d056a5d1cdb9ca350df738e52a029.zip CMake-f2922860c64d056a5d1cdb9ca350df738e52a029.tar.gz CMake-f2922860c64d056a5d1cdb9ca350df738e52a029.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 c5611f8..be61f71 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-01 07:32:30 +0000"; + std::string cver = "Date: 2006-03-02 07:17:27 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |