File:version_flashplugin.js
/**
* @module SoundJS
*/
this.createjs = this.createjs || {};
(function () {
var s = createjs.FlashAudioPlugin = createjs.FlashAudioPlugin || {};
/**
* The version string for this release.
* @for FlashAudioPlugin
* @property version
* @type String
* @static
**/
s.version = /*=version*/""; // injected by build process
/**
* The build date for this release in UTC format.
* @for FlashAudioPlugin
* @property buildDate
* @type String
* @static
**/
s.buildDate = /*=date*/""; // injected by build process
})();