Skip to content
Snippets Groups Projects
Commit 0791d095 authored by Yas Naoi's avatar Yas Naoi
Browse files

Issue #3246123 by yas, baldwinlouie: Release 4.0.0-beta2

parent f3aa947f
No related branches found
No related tags found
No related merge requests found
...@@ -194,7 +194,7 @@ Parameters: ...@@ -194,7 +194,7 @@ Parameters:
Type: String Type: String
AllowedValues: AllowedValues:
- 3.1.2 - 3.1.2
- 4.0.0-beta1 - 4.0.0-beta2
- 4.x-dev - 4.x-dev
Resources: Resources:
IamRole: IamRole:
......
...@@ -207,7 +207,7 @@ Parameters: ...@@ -207,7 +207,7 @@ Parameters:
Type: String Type: String
AllowedValues: AllowedValues:
- 3.1.2 - 3.1.2
- 4.0.0-beta1 - 4.0.0-beta2
- 4.x-dev - 4.x-dev
Resources: Resources:
IamRole: IamRole:
......
...@@ -290,7 +290,7 @@ Parameters: ...@@ -290,7 +290,7 @@ Parameters:
Type: String Type: String
AllowedValues: AllowedValues:
- 3.1.2 - 3.1.2
- 4.0.0-beta1 - 4.0.0-beta2
- 4.x-dev - 4.x-dev
Resources: Resources:
IamRole: IamRole:
......
...@@ -279,7 +279,7 @@ Parameters: ...@@ -279,7 +279,7 @@ Parameters:
Type: String Type: String
AllowedValues: AllowedValues:
- 3.1.2 - 3.1.2
- 4.0.0-beta1 - 4.0.0-beta2
- 4.x-dev - 4.x-dev
CacheNodeType: CacheNodeType:
Description: >- Description: >-
......
...@@ -309,7 +309,7 @@ Parameters: ...@@ -309,7 +309,7 @@ Parameters:
Type: String Type: String
AllowedValues: AllowedValues:
- 3.1.2 - 3.1.2
- 4.0.0-beta1 - 4.0.0-beta2
- 4.x-dev - 4.x-dev
CacheNodeType: CacheNodeType:
Description: >- Description: >-
......
...@@ -194,7 +194,7 @@ Parameters: ...@@ -194,7 +194,7 @@ Parameters:
Type: String Type: String
AllowedValues: AllowedValues:
- 3.1.2 - 3.1.2
- 4.0.0-beta1 - 4.0.0-beta2
- 4.x-dev - 4.x-dev
Resources: Resources:
IamRole: IamRole:
......
...@@ -146,7 +146,7 @@ Parameters: ...@@ -146,7 +146,7 @@ Parameters:
Type: String Type: String
AllowedValues: AllowedValues:
- 3.1.2 - 3.1.2
- 4.0.0-beta1 - 4.0.0-beta2
- 4.x-dev - 4.x-dev
Resources: Resources:
IamRole: IamRole:
......
...@@ -207,7 +207,7 @@ Parameters: ...@@ -207,7 +207,7 @@ Parameters:
Type: String Type: String
AllowedValues: AllowedValues:
- 3.1.2 - 3.1.2
- 4.0.0-beta1 - 4.0.0-beta2
- 4.x-dev - 4.x-dev
Resources: Resources:
IamRole: IamRole:
......
...@@ -31,7 +31,7 @@ PROJECT_NAME = Cloud ...@@ -31,7 +31,7 @@ PROJECT_NAME = Cloud
# This could be handy for archiving the generated documentation or # This could be handy for archiving the generated documentation or
# if some version control system is used. # if some version control system is used.
PROJECT_NUMBER = ver.4.x PROJECT_NUMBER = ver.4.0.0-beta2
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put. # base path where the generated documentation will be put.
......
...@@ -12,7 +12,7 @@ interface CloudServiceInterface { ...@@ -12,7 +12,7 @@ interface CloudServiceInterface {
/** /**
* The version signature string. * The version signature string.
*/ */
public const VERSION = '4.x'; public const VERSION = '4.0.0-beta2';
/** /**
* Get the version number of the module. * Get the version number of the module.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment