Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
bumped revision number to 1.0.0 and updated binary files
  • Loading branch information
rob-bateman committed Jul 11, 2013
1 parent c8409e0 commit f819d7a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions awaybuilder-core/src/awaybuilder/AwayBuilder.as
Expand Up @@ -5,14 +5,14 @@ package awaybuilder
*/
public class AwayBuilder
{
public static const WEBSITE_URL:String = "http://www.away3d.com/awaybuilder";
public static const WEBSITE_URL:String = "http://www.awaytools.com/awaybuilder";

public static const MAJOR_VERSION:uint = 0;
public static const MAJOR_VERSION:uint = 1;

public static const MINOR_VERSION:uint = 9;
public static const MINOR_VERSION:uint = 0;

public static const REVISION:uint = 9;
public static const REVISION:uint = 0;

public static const SUFFIX:String = "Beta";
public static const SUFFIX:String = "Gold";
}
}
Binary file modified awaybuilder-desktop/bin-release/AwayBuilderApplication.air
Binary file not shown.
4 changes: 2 additions & 2 deletions awaybuilder-desktop/src/AwayBuilderApplication-app.xml
Expand Up @@ -27,10 +27,10 @@
<!-- A string value of the format <0-999>.<0-999>.<0-999> that represents application version which can be used to check for application upgrade.
Values can also be 1-part or 2-part. It is not necessary to have a 3-part value.
An updated version of application must have a versionNumber value higher than the previous version. Required for namespace >= 2.5 . -->
<versionNumber>0.9.9</versionNumber>
<versionNumber>1.0.0</versionNumber>

<!-- A string value (such as "v1", "2.5", or "Alpha 1") that represents the version of the application, as it should be shown to users. Optional. -->
<versionLabel>0.9.9 Beta</versionLabel>
<versionLabel>1.0.0 Gold</versionLabel>

<!-- Description, displayed in the AIR application installer.
May have multiple values for each language. See samples or xsd schema file. Optional. -->
Expand Down
Binary file modified awaybuilder-web/bin-release/AwayBuilderApplication.swf
Binary file not shown.

0 comments on commit f819d7a

Please sign in to comment.