summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-03-17 04:20:21 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-03-17 04:20:21 (GMT)
commit1325d8f8dd663c19a42e3fcaedb061886529ec62 (patch)
treeab78e521cef3358977118c8231e3d95769e0a84a /Source
parentd7eeead8dc15e802b115077987237d1914ad0139 (diff)
downloadCMake-1325d8f8dd663c19a42e3fcaedb061886529ec62.zip
CMake-1325d8f8dd663c19a42e3fcaedb061886529ec62.tar.gz
CMake-1325d8f8dd663c19a42e3fcaedb061886529ec62.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 00e12fc..e7ceec5 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-15 01:51:08 +0000";
+ std::string cver = "Date: 2007-03-17 04:20:21 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;