Skip to content

Commit

Permalink
Increment version number to v2.57
Browse files Browse the repository at this point in the history
As we are using odd numbers for dev versions and even numbers for
release versions, this will eventually merge into master as v2.58.
  • Loading branch information
IQAndreas committed Nov 23, 2013
1 parent 8bad64f commit ab93404
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/org/flixel/FlxG.as
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ package org.flixel
* Assign a minor version to your library.
* Appears after the decimal in the console.
*/
static public var LIBRARY_MINOR_VERSION:uint = 56;
static public var LIBRARY_MINOR_VERSION:uint = 57;

/**
* Debugger overlay layout preset: Wide but low windows at the bottom of the screen.
Expand Down

0 comments on commit ab93404

Please sign in to comment.