summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-02-23 08:03:21 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-02-23 08:03:21 (GMT)
commitb8c36562df3cad5336f7ea2371fc752047da37e0 (patch)
treea31ab9675c3bb0097ac69f1b4f6762f987baca9c
parent798404aeee9d81444008c4457b183e1f88732071 (diff)
downloadCMake-b8c36562df3cad5336f7ea2371fc752047da37e0.zip
CMake-b8c36562df3cad5336f7ea2371fc752047da37e0.tar.gz
CMake-b8c36562df3cad5336f7ea2371fc752047da37e0.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 3f62111..2be30ef 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-02-22 08:01:21 +0000";
+ std::string cver = "Date: 2005-02-23 08:03:21 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;