summaryrefslogtreecommitdiff
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-09-27 23:02:31 -0400
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-09-27 23:02:31 -0400
commitbe7dc2f8c7344d9206a2470ac5b46e01303346a0 (patch)
tree7ba22e5689ecc8d57572ab0693ef04b1433ae24f /Source/cmVersion.cxx
parent887699184a3cdbaa1b38f2c5a38e43de3e11b063 (diff)
downloadcmake-be7dc2f8c7344d9206a2470ac5b46e01303346a0.tar.gz
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 d30f0e855d..30093df060 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;