diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-11-29 11:21:04 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-11-29 11:21:04 (GMT) |
commit | 201d132c2597f551763669da229a9ba5806515fc (patch) | |
tree | 739bd6d0c05eb1bb01a007f92bc6a401df920819 /Source/cmVersion.cxx | |
parent | df4b28885e44edd0c5274e145eccef937bd64402 (diff) | |
download | CMake-201d132c2597f551763669da229a9ba5806515fc.zip CMake-201d132c2597f551763669da229a9ba5806515fc.tar.gz CMake-201d132c2597f551763669da229a9ba5806515fc.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 0ece2d4..eb00eb1 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: 2004-11-28 11:16:32 +0000"; + std::string cver = "Date: 2004-11-29 11:21:04 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |