Skip to content

Commit

Permalink
Like 0.9.11 minus the vibrate and flash bricks
Browse files Browse the repository at this point in the history
Catroid 0.9.12 unnecessarily increased the language version to 0.93.
This reverts it to 0.92.
  • Loading branch information
wslany authored and SimonStefan committed Oct 14, 2014
1 parent 0b4050a commit 2952ed8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion catroid/src/org/catrobat/catroid/common/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public final class Constants {

// Reflection in testcases needed
// http://stackoverflow.com/questions/1615163/modifying-final-fields-in-java?answertab=votes#tab-top
public static final float CURRENT_CATROBAT_LANGUAGE_VERSION = Float.valueOf(0.93f);
public static final float CURRENT_CATROBAT_LANGUAGE_VERSION = Float.valueOf(0.92f);

public static final String PLATFORM_NAME = "Android";
public static final int APPLICATION_BUILD_NUMBER = 0; // updated from jenkins nightly/release build
Expand Down

0 comments on commit 2952ed8

Please sign in to comment.