Skip to content

Commit

Permalink
V2.97a.20121018
Browse files Browse the repository at this point in the history
  • Loading branch information
scottschiller committed Oct 28, 2012
1 parent 6b21982 commit a7740a2
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions script/soundmanager2-jsmin.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions script/soundmanager2-nodebug-jsmin.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions script/soundmanager2-nodebug.js
Expand Up @@ -8,7 +8,7 @@
* Code provided under the BSD License:
* http://schillmania.com/projects/soundmanager2/license.txt
*
* V2.97a.20120916+DEV
* V2.97a.20121028
*/

/*global window, SM2_DEFER, sm2Debugger, console, document, navigator, setTimeout, setInterval, clearInterval, Audio, opera */
Expand Down Expand Up @@ -101,7 +101,7 @@ function SoundManager(smURL, smID) {
this.id = (smID || 'sm2movie');
this.debugID = 'soundmanager-debug';
this.debugURLParam = /([#?&])debug=1/i;
this.versionNumber = 'V2.97a.20120916+DEV';
this.versionNumber = 'V2.97a.20121028';
this.version = null;
this.movieURL = null;
this.altURL = null;
Expand Down
4 changes: 2 additions & 2 deletions script/soundmanager2.js
Expand Up @@ -8,7 +8,7 @@
* Code provided under the BSD License:
* http://schillmania.com/projects/soundmanager2/license.txt
*
* V2.97a.20120916+DEV
* V2.97a.20121028
*/

/*global window, SM2_DEFER, sm2Debugger, console, document, navigator, setTimeout, setInterval, clearInterval, Audio, opera */
Expand Down Expand Up @@ -181,7 +181,7 @@ function SoundManager(smURL, smID) {

// dynamic attributes

this.versionNumber = 'V2.97a.20120916+DEV';
this.versionNumber = 'V2.97a.20121028';
this.version = null;
this.movieURL = null;
this.altURL = null;
Expand Down
2 changes: 1 addition & 1 deletion src/SoundManager2.as
Expand Up @@ -36,7 +36,7 @@ class SoundManager2 {

function SoundManager2() {

var version = "V2.97a.20120916";
var version = "V2.97a.20121028";
var version_as = "(AS2/Flash 8)";

/**
Expand Down
2 changes: 1 addition & 1 deletion src/SoundManager2_AS3.as
Expand Up @@ -40,7 +40,7 @@ package {

public class SoundManager2_AS3 extends Sprite {

public var version:String = "V2.97a.20120916";
public var version:String = "V2.97a.20121028";
public var version_as:String = "(AS3/Flash 9)";

/**
Expand Down

0 comments on commit a7740a2

Please sign in to comment.