diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-07-22 12:04:05 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-07-22 12:04:05 (GMT) |
commit | 925037f716763d88e995344a77af579d1c46002c (patch) | |
tree | 2a841125b666472243981d81559696e8d8eccb78 /Source/cmVersion.cxx | |
parent | 3c9744f406d85a293fc504368d32ba34b5ed3332 (diff) | |
download | CMake-925037f716763d88e995344a77af579d1c46002c.zip CMake-925037f716763d88e995344a77af579d1c46002c.tar.gz CMake-925037f716763d88e995344a77af579d1c46002c.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 844870c..607fcc1 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-07-21 12:05:37 +0000"; + std::string cver = "Date: 2006-07-22 12:04:05 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |