diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-03-21 06:39:48 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-03-21 06:39:48 (GMT) |
commit | cb83efbe909b3c557e18d592fa7f37af9197a3f3 (patch) | |
tree | c1c125dbf413da4ee0d74dc44d0d1f0992e8a942 /Source | |
parent | c98d6ad668ea3e62fe1754f304ebf430e0ec2770 (diff) | |
download | CMake-cb83efbe909b3c557e18d592fa7f37af9197a3f3.zip CMake-cb83efbe909b3c557e18d592fa7f37af9197a3f3.tar.gz CMake-cb83efbe909b3c557e18d592fa7f37af9197a3f3.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 df9a225..84b6faf 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-03-20 06:50:02 +0000"; + std::string cver = "Date: 2007-03-21 06:39:48 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |