diff options
author | Siri Hansen <[email protected]> | 2014-04-03 12:25:27 +0200 |
---|---|---|
committer | Siri Hansen <[email protected]> | 2014-04-03 12:25:27 +0200 |
commit | ab334b945b8ac7c159dec5aa5df9a4d3cc418cb6 (patch) | |
tree | eebc7e3276361cc6c86341347ce164feac7ad21e /system/doc/system_principles/part.xml | |
parent | d02c41a4d7b2cf93ba82fa25eb7ef619b8ea3cf8 (diff) | |
parent | c65821b677b4ebbc05192da9b8a48d32e53b3cfe (diff) | |
download | otp-ab334b945b8ac7c159dec5aa5df9a4d3cc418cb6.tar.gz otp-ab334b945b8ac7c159dec5aa5df9a4d3cc418cb6.tar.bz2 otp-ab334b945b8ac7c159dec5aa5df9a4d3cc418cb6.zip |
Merge branch 'siri/doc-upgrade/OTP-11717'
* siri/doc-upgrade/OTP-11717:
Add documentation about upgrade
Add info about upgrade of core applications
Diffstat (limited to 'system/doc/system_principles/part.xml')
-rw-r--r-- | system/doc/system_principles/part.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/doc/system_principles/part.xml b/system/doc/system_principles/part.xml index 811428baae..d05c89fde8 100644 --- a/system/doc/system_principles/part.xml +++ b/system/doc/system_principles/part.xml @@ -4,7 +4,7 @@ <part xmlns:xi="http://www.w3.org/2001/XInclude"> <header> <copyright> - <year>1997</year><year>2013</year> + <year>1997</year><year>2014</year> <holder>Ericsson AB. All Rights Reserved.</holder> </copyright> <legalnotice> @@ -31,6 +31,6 @@ <xi:include href="system_principles.xml"/> <xi:include href="error_logging.xml"/> <xi:include href="create_target.xml"/> + <xi:include href="upgrade.xml"/> <xi:include href="versions.xml"/> </part> - |