adjusted current version to reflect changes

master
Skiphs 2013-05-07 11:10:16 -07:00
parent 0351a20682
commit 86d5f3c359
2 changed files with 3 additions and 2 deletions

View File

@ -54,6 +54,7 @@ public class UpdateManager extends Thread {
}
}
int n = JOptionPane.NO_OPTION;
if (major > Amidst.version_major) {
n = JOptionPane.showConfirmDialog(
window,

View File

@ -9,8 +9,8 @@ import java.io.File;
import java.io.IOException;
public class Amidst {
public final static int version_major = 3;
public final static int version_minor = 0;
public final static int version_major = 2;
public final static int version_minor = 1;
public static void main(String args[]) throws IOException {
Util.setLookAndFeel();