summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-07-12 12:06:43 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-07-12 12:06:43 (GMT)
commitdaa99e753d4c9c24d40c680012a825c1d704040a (patch)
treededef2b196808c82bd20444bebc7c3fde60d2107 /Source/cmVersion.cxx
parent6f52ed1c8e2465ea0fe169a6bd6aa1364acf1ca3 (diff)
downloadCMake-daa99e753d4c9c24d40c680012a825c1d704040a.zip
CMake-daa99e753d4c9c24d40c680012a825c1d704040a.tar.gz
CMake-daa99e753d4c9c24d40c680012a825c1d704040a.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 772ad41..8aa4750 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-07-11 11:56:01 +0000";
+ std::string cver = "Date: 2006-07-12 12:06:43 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;