diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-01-29 07:06:36 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-01-29 07:06:36 (GMT) |
commit | 57eae62a94ca44f2d0a27373c4994930f75f44bf (patch) | |
tree | 622041ce808bc3a12059293f8088eb904bffc772 /Source/cmVersion.cxx | |
parent | ee9d6a55928e65318bcfb15a06c8611ecb454b60 (diff) | |
download | CMake-57eae62a94ca44f2d0a27373c4994930f75f44bf.zip CMake-57eae62a94ca44f2d0a27373c4994930f75f44bf.tar.gz CMake-57eae62a94ca44f2d0a27373c4994930f75f44bf.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 e5abdc9..c9042e9 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-01-28 06:38:21 +0000"; + std::string cver = "Date: 2006-01-29 07:06:36 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |