scaffold.libs_as.feathers.FEATHERS_VERSION.as Maven / Gradle / Ivy
/*
Feathers
Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved.
This program is free software. You can redistribute and/or modify it in
accordance with the terms of the accompanying license agreement.
*/
package feathers
{
/**
* The current version of Feathers. Stable versions will use the format
* major.minor.patch
. Prerelease versions may append additional
* information after a hyphen. For example, the beta release of Feathers 2.2
* would use the following value: 2.2.0-beta
. Special builds
* may append additional information after a plus sign. For example, the
* stable release of Feathers SDK 2.2 would use the following value:
* 2.2.0+sdk
. The beta version of Feathers SDK 2.2 would use
* the following value: 2.2.0-beta+sdk
.
*/
public const FEATHERS_VERSION:String = "3.0.0-prerelease";
}