diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-04-19 08:01:16 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-04-19 08:01:16 (GMT) |
commit | affd99a9a9a7896356ca3086b0a4634471386f2f (patch) | |
tree | 8a70b85ea7a74085d7443853c1c2b054b3efa3ca /Source | |
parent | 47159b69be8ee0ed5a34378c46627ffa0edef054 (diff) | |
download | CMake-affd99a9a9a7896356ca3086b0a4634471386f2f.zip CMake-affd99a9a9a7896356ca3086b0a4634471386f2f.tar.gz CMake-affd99a9a9a7896356ca3086b0a4634471386f2f.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 579d797..bf54ca4 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: 2007-04-18 08:12:51 +0000"; + std::string cver = "Date: 2007-04-19 08:01:16 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |