summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-09-28 03:02:31 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-09-28 03:02:31 (GMT)
commitbe7dc2f8c7344d9206a2470ac5b46e01303346a0 (patch)
tree7ba22e5689ecc8d57572ab0693ef04b1433ae24f /Source/cmVersion.cxx
parent887699184a3cdbaa1b38f2c5a38e43de3e11b063 (diff)
downloadCMake-be7dc2f8c7344d9206a2470ac5b46e01303346a0.zip
CMake-be7dc2f8c7344d9206a2470ac5b46e01303346a0.tar.gz
CMake-be7dc2f8c7344d9206a2470ac5b46e01303346a0.tar.bz2
STYLE: Nightly Version update
Diffstat (limited to 'Source/cmVersion.cxx')
-rw-r--r--Source/cmVersion.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmVersion.cxx b/Source/cmVersion.cxx
index d30f0e8..30093df 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-09-27 02:59:47 +0000";
+ std::string cver = "Date: 2007-09-28 03:02:31 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;