summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-03-02 02:15:24 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-03-02 02:15:24 (GMT)
commitba6b7628e5de090f20316acb3a00a3ddf69bb63e (patch)
tree8c598edcff1ab48a04a31e2dd505c334dee88bca /Source/cmVersion.cxx
parenteb04778766cffc144c5c3629832eeb96c41acca6 (diff)
downloadCMake-ba6b7628e5de090f20316acb3a00a3ddf69bb63e.zip
CMake-ba6b7628e5de090f20316acb3a00a3ddf69bb63e.tar.gz
CMake-ba6b7628e5de090f20316acb3a00a3ddf69bb63e.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 843ad9c..46808a2 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-03-01 02:07:17 +0000";
+ std::string cver = "Date: 2007-03-02 02:15:24 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;