diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-05-02 05:09:45 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-05-02 05:09:45 (GMT) |
commit | e900dca788329c4cf8a1f45a5b541cd2432fac1b (patch) | |
tree | 77571b01d1d5221a437f6d1eb1bcaa22e3d07726 /Source | |
parent | dcb3badcd781682f06f24a3a171feba67485a914 (diff) | |
download | CMake-e900dca788329c4cf8a1f45a5b541cd2432fac1b.zip CMake-e900dca788329c4cf8a1f45a5b541cd2432fac1b.tar.gz CMake-e900dca788329c4cf8a1f45a5b541cd2432fac1b.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 574b181..9c4e368 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-05-01 08:20:03 +0000"; + std::string cver = "Date: 2007-05-02 05:09:45 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |