Skip to content

Commit d9757eb

Browse files
committed
updating version number in api documentation
1 parent 645527d commit d9757eb

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

setup/apidoc/generateadmincommands.xsl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ version="1.0">
88
<link rel= "stylesheet" href="../includes/main.css" type="text/css" />
99
<link rel="shortcut icon" href="../favicon.ico" type="image/x-icon" />
1010

11-
<title>CloudStack | The Power Behind Your Cloud</title>
11+
<title>Apache CloudStack | The Power Behind Your Cloud</title>
1212
</head>
1313

1414
<body>
@@ -39,7 +39,7 @@ version="1.0">
3939
<xsl:for-each select="command/command">
4040
<!-- Modify this line for the release version -->
4141
<span>
42-
CloudStack v3.0 Root Admin API Reference
42+
Apache CloudStack v4.0.0 Root Admin API Reference
4343
</span>
4444
<p></p>
4545
<h1><xsl:value-of select="name"/></h1>

setup/apidoc/generatedomainadmincommands.xsl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ version="1.0">
88
<link rel= "stylesheet" href="../includes/main.css" type="text/css" />
99
<link rel="shortcut icon" href="../favicon.ico" type="image/x-icon" />
1010

11-
<title>CloudStack | The Power Behind Your Cloud</title>
11+
<title>Apache CloudStack | The Power Behind Your Cloud</title>
1212
</head>
1313

1414
<body>
@@ -42,7 +42,7 @@ version="1.0">
4242
<xsl:for-each select="command/command">
4343
<!-- Modify this line for the release version -->
4444
<span>
45-
CloudStack v3.0 Domain Admin API Reference
45+
Apache CloudStack v4.0.0 Domain Admin API Reference
4646
</span>
4747
<p></p>
4848
<h1><xsl:value-of select="name"/></h1>

setup/apidoc/generatetoc_header.xsl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ version="1.0">
5252
<div class="inside_apileftpanel">
5353
<div class="inside_contentpanel" style="width:930px;">
5454
<!-- Modify this line for the release version -->
55-
<h1>CloudStack API Documentation (v3.0)</h1>
55+
<h1>Apache CloudStack API Documentation (v4.0.0)</h1>
5656
<div class="apiannouncement_box">
5757
<div class="apiannouncement_contentarea">
5858
<h3>Using the CloudStack API</h3>

setup/apidoc/generateusercommands.xsl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ version="1.0">
88
<link rel= "stylesheet" href="../includes/main.css" type="text/css" />
99
<link rel="shortcut icon" href="../favicon.ico" type="image/x-icon" />
1010

11-
<title>CloudStack | The Power Behind Your Cloud</title>
11+
<title>Apache CloudStack | The Power Behind Your Cloud</title>
1212
</head>
1313

1414
<body>
@@ -39,7 +39,7 @@ version="1.0">
3939
<xsl:for-each select="command/command">
4040
<!-- Modify this line for the release version -->
4141
<span>
42-
CloudStack v3.0 User API Reference
42+
Apache CloudStack v4.0.0 User API Reference
4343
</span>
4444
<p></p>
4545
<h1><xsl:value-of select="name"/></h1>

0 commit comments

Comments
 (0)