summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-11-04 13:06:48 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-11-04 13:06:48 (GMT)
commitf168018732af92f8d0c05ab2b161769344b12542 (patch)
tree432e43aff2116d3b3b84e8835b7272e403740083 /Source/cmVersion.cxx
parenta1f9b28c6fc6de0e4e9bb2b08749a1814e1a4439 (diff)
downloadCMake-f168018732af92f8d0c05ab2b161769344b12542.zip
CMake-f168018732af92f8d0c05ab2b161769344b12542.tar.gz
CMake-f168018732af92f8d0c05ab2b161769344b12542.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 ee66222..99ea156 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: 2006-11-03 13:07:56 +0000";
+ std::string cver = "Date: 2006-11-04 13:06:48 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;