summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-10-14 02:48:52 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-10-14 02:48:52 (GMT)
commiteec2b7a2cb3e9043d2ccbdba6860c95a68bfd37a (patch)
treed3230580c0cc62f87398876b561d8c175bfadaaa /Source/cmVersion.cxx
parent7009e0745e6df5f3e6ddf5e105fdaa48a5f082fc (diff)
downloadCMake-eec2b7a2cb3e9043d2ccbdba6860c95a68bfd37a.zip
CMake-eec2b7a2cb3e9043d2ccbdba6860c95a68bfd37a.tar.gz
CMake-eec2b7a2cb3e9043d2ccbdba6860c95a68bfd37a.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 1211d6c..2527598 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-10-13 02:45:37 +0000";
+ std::string cver = "Date: 2007-10-14 02:48:52 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;