summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-12-21 06:04:27 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-12-21 06:04:27 (GMT)
commit932c5b74b8a1a7a10bc89c2084102790eed3f83e (patch)
tree636c92933e301e3edb9d0c9826d23af37b886a8a
parentc3a5319a09680eb71fd07829a8f82db1bd79af2d (diff)
downloadCMake-932c5b74b8a1a7a10bc89c2084102790eed3f83e.zip
CMake-932c5b74b8a1a7a10bc89c2084102790eed3f83e.tar.gz
CMake-932c5b74b8a1a7a10bc89c2084102790eed3f83e.tar.bz2
STYLE: Nightly Version update
-rw-r--r--Source/cmVersion.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmVersion.cxx b/Source/cmVersion.cxx
index 269d6d8..d306f01 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: 2005-12-20 06:11:17 +0000";
+ std::string cver = "Date: 2005-12-21 06:04:27 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;