Skip to content

Commit

Permalink
Commit version number update changes
Browse files Browse the repository at this point in the history
  • Loading branch information
normj committed Jul 20, 2017
1 parent 9aa0d95 commit 42c1d48
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions SDK.CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 3.3.126.0 (2017-07-20 22:09 UTC)
* ElasticMapReduce (3.3.4.0)
* Amazon EMR now includes the ability to use a custom Amazon Linux AMI and adjustable root volume size when launching a cluster.

### 3.3.125.0 (2017-07-19 17:49 UTC)
* Budgets (3.3.2.0)
* Update budget Management API's to list/create/update RI_UTILIZATION type budget. Update budget Management API's to support DAILY timeUnit for RI_UTILIZATION type budget.
Expand Down
4 changes: 2 additions & 2 deletions generator/ServiceModels/_sdk-versions.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

{
"ProductVersion" : "3.3.125.0",
"ProductVersion" : "3.3.126.0",
"CoreVersion" : "3.3.17.2",
"DefaultToPreview" : false,
"ServiceVersions" : {
Expand Down Expand Up @@ -191,7 +191,7 @@
"InPreview" : false
},
"ElasticMapReduce" : {
"Version" : "3.3.3.13",
"Version" : "3.3.4.0",
"AssemblyVersionOverride" : null,
"Dependencies" : {
"Core" : "3.3.17.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.3")]
[assembly: AssemblyFileVersion("3.3.3.13")]
[assembly: AssemblyFileVersion("3.3.4.0")]
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ namespace Amazon.ElasticMapReduce
public partial class AmazonElasticMapReduceConfig : ClientConfig
{
private static readonly string UserAgentString =
InternalSDKUtils.BuildUserAgentString("3.3.3.13");
InternalSDKUtils.BuildUserAgentString("3.3.4.0");

private string _userAgent = UserAgentString;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.3")]
[assembly: AssemblyFileVersion("3.3.3.13")]
[assembly: AssemblyFileVersion("3.3.4.0")]

#if WINDOWS_PHONE || UNITY
[assembly: System.CLSCompliant(false)]
Expand Down

0 comments on commit 42c1d48

Please sign in to comment.