summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-12-30 06:11:57 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-12-30 06:11:57 (GMT)
commitbc447c7f92730303c16d34cbe3747854b4c776c3 (patch)
tree74d3c78e775a51d6e4fcc82516861bd8cc9a252c
parentabe4fd77fc0e85c1e6ffaa25941414c83b090ea7 (diff)
downloadCMake-bc447c7f92730303c16d34cbe3747854b4c776c3.zip
CMake-bc447c7f92730303c16d34cbe3747854b4c776c3.tar.gz
CMake-bc447c7f92730303c16d34cbe3747854b4c776c3.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 e32b221..96bdf17 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-29 06:04:21 +0000";
+ std::string cver = "Date: 2005-12-30 06:11:57 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;