diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-04-15 07:46:09 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-04-15 07:46:09 (GMT) |
commit | ee4ab6385e7d0911553daccd9202707307ef2470 (patch) | |
tree | da211211542673ebb5c3b16f8207c54b872f99d5 /Source/cmVersion.cxx | |
parent | 14a53e65eab7ae421396d9967ee8207647513730 (diff) | |
download | CMake-ee4ab6385e7d0911553daccd9202707307ef2470.zip CMake-ee4ab6385e7d0911553daccd9202707307ef2470.tar.gz CMake-ee4ab6385e7d0911553daccd9202707307ef2470.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 9fc92a5..e5d05fe 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-14 06:53:21 +0000"; + std::string cver = "Date: 2007-04-15 07:46:09 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |