summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-08-06 03:17:19 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-08-06 03:17:19 (GMT)
commita442e0e0cb9d675ec171699d8591b6eced9c78be (patch)
tree4705e93cb144a8668851b36ec65bac68c2a10008 /Source/cmVersion.cxx
parentf2d2dd9e2f9afcf0a788800d103e2bf4cf503171 (diff)
downloadCMake-a442e0e0cb9d675ec171699d8591b6eced9c78be.zip
CMake-a442e0e0cb9d675ec171699d8591b6eced9c78be.tar.gz
CMake-a442e0e0cb9d675ec171699d8591b6eced9c78be.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 a5d55b2..344ba39 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-08-05 03:10:40 +0000";
+ std::string cver = "Date: 2007-08-06 03:17:19 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;