Skip to content

Commit

Permalink
front: Bumped asset version to force people to reload assets.
Browse files Browse the repository at this point in the history
  • Loading branch information
littleguy77 committed Jan 21, 2013
1 parent e9639ae commit 13eef2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/paulscode/android/mupen64plusae/MainActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public class MainActivity extends Activity implements OnExtractionProgressListen
* Asset version number, used to determine stale assets. Increment this number every time the
* assets are updated on disk.
*/
private static final int ASSET_VERSION = 2;
private static final int ASSET_VERSION = 3;

/** The total number of assets to be extracted (for computing progress %). */
private static final int TOTAL_ASSETS = 219;
Expand Down

0 comments on commit 13eef2d

Please sign in to comment.