Updated Branches: refs/heads/master e04d8f3fc -> 9c87970d1
setting the version for apidocs to 4.2.0 Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/9c87970d Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/9c87970d Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/9c87970d Branch: refs/heads/master Commit: 9c87970d1f0639471ae4cb6c054ec77856753781 Parents: e04d8f3 Author: David Nalley <[email protected]> Authored: Sat Feb 2 05:56:19 2013 -0500 Committer: David Nalley <[email protected]> Committed: Sat Feb 2 05:56:19 2013 -0500 ---------------------------------------------------------------------- tools/apidoc/generateadmincommands.xsl | 2 +- tools/apidoc/generatedomainadmincommands.xsl | 2 +- tools/apidoc/generatetoc_header.xsl | 2 +- tools/apidoc/generateusercommands.xsl | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/9c87970d/tools/apidoc/generateadmincommands.xsl ---------------------------------------------------------------------- diff --git a/tools/apidoc/generateadmincommands.xsl b/tools/apidoc/generateadmincommands.xsl index bb5dc51..3e9c6c5 100644 --- a/tools/apidoc/generateadmincommands.xsl +++ b/tools/apidoc/generateadmincommands.xsl @@ -57,7 +57,7 @@ version="1.0"> <xsl:for-each select="command/command"> <!-- Modify this line for the release version --> <span> - Apache CloudStack v4.0.0 Root Admin API Reference + Apache CloudStack v4.2.0 Root Admin API Reference </span> <p></p> <h1><xsl:value-of select="name"/></h1> http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/9c87970d/tools/apidoc/generatedomainadmincommands.xsl ---------------------------------------------------------------------- diff --git a/tools/apidoc/generatedomainadmincommands.xsl b/tools/apidoc/generatedomainadmincommands.xsl index de67a05..7f5321c 100644 --- a/tools/apidoc/generatedomainadmincommands.xsl +++ b/tools/apidoc/generatedomainadmincommands.xsl @@ -60,7 +60,7 @@ version="1.0"> <xsl:for-each select="command/command"> <!-- Modify this line for the release version --> <span> - Apache CloudStack v4.0.0 Domain Admin API Reference + Apache CloudStack v4.2.0 Domain Admin API Reference </span> <p></p> <h1><xsl:value-of select="name"/></h1> http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/9c87970d/tools/apidoc/generatetoc_header.xsl ---------------------------------------------------------------------- diff --git a/tools/apidoc/generatetoc_header.xsl b/tools/apidoc/generatetoc_header.xsl index ffb8c29..972cf9c 100644 --- a/tools/apidoc/generatetoc_header.xsl +++ b/tools/apidoc/generatetoc_header.xsl @@ -52,7 +52,7 @@ version="1.0"> <div class="inside_apileftpanel"> <div class="inside_contentpanel" style="width:930px;"> <!-- Modify this line for the release version --> - <h1>Apache CloudStack API Documentation (v4.0.0)</h1> + <h1>Apache CloudStack API Documentation (v4.2.0)</h1> <div class="apiannouncement_box"> <div class="apiannouncement_contentarea"> <h3>Using the CloudStack API</h3> http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/9c87970d/tools/apidoc/generateusercommands.xsl ---------------------------------------------------------------------- diff --git a/tools/apidoc/generateusercommands.xsl b/tools/apidoc/generateusercommands.xsl index fe8ac91..e884ab1 100644 --- a/tools/apidoc/generateusercommands.xsl +++ b/tools/apidoc/generateusercommands.xsl @@ -57,7 +57,7 @@ version="1.0"> <xsl:for-each select="command/command"> <!-- Modify this line for the release version --> <span> - Apache CloudStack v4.0.0 User API Reference + Apache CloudStack v4.2.0 User API Reference </span> <p></p> <h1><xsl:value-of select="name"/></h1>
