summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-01-10 05:44:10 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-01-10 05:44:10 (GMT)
commitd530038e16672c33717e345c5ee61c4fd368b609 (patch)
treec878a13662a47a868ade6307ffc7ed1529a58917 /Source/cmVersion.cxx
parent25f6a108ea2ad65580a7bf7514d0e05c1c06c62c (diff)
downloadCMake-d530038e16672c33717e345c5ee61c4fd368b609.zip
CMake-d530038e16672c33717e345c5ee61c4fd368b609.tar.gz
CMake-d530038e16672c33717e345c5ee61c4fd368b609.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 ef1e7af..2faa570 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-01-09 05:41:54 +0000";
+ std::string cver = "Date: 2006-01-10 05:44:10 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;