summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-07-13 07:10:43 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-07-13 07:10:43 (GMT)
commit969bf6510720793460815bd72d157165fab3a6e1 (patch)
treeedb6f2ba943b2093ce281cd17eb3da5bc5271e5d /Source
parentce401c661db72885b9647987c705baee49eeb0e3 (diff)
downloadCMake-969bf6510720793460815bd72d157165fab3a6e1.zip
CMake-969bf6510720793460815bd72d157165fab3a6e1.tar.gz
CMake-969bf6510720793460815bd72d157165fab3a6e1.tar.bz2
STYLE: Nightly Version update
Diffstat (limited to 'Source')
-rw-r--r--Source/cmVersion.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmVersion.cxx b/Source/cmVersion.cxx
index 5c70ef1..2062967 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: 2005-07-12 07:10:54 +0000";
+ std::string cver = "Date: 2005-07-13 07:10:43 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;