summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-02-05 02:47:21 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-02-05 02:47:21 (GMT)
commit9e61ee2bedb78fd230af490a617a5794c30213f4 (patch)
treed863fd3c06440fc209ea05f0187ef8b90db67891 /Source
parent27294f51eae27bef208357231552302de44b4977 (diff)
downloadCMake-9e61ee2bedb78fd230af490a617a5794c30213f4.zip
CMake-9e61ee2bedb78fd230af490a617a5794c30213f4.tar.gz
CMake-9e61ee2bedb78fd230af490a617a5794c30213f4.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 5d9bc34..d6ed937 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-02-04 02:41:36 +0000";
+ std::string cver = "Date: 2007-02-05 02:47:21 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;