Skip to content

Commit

Permalink
Small version bump to v1.33b20
Browse files Browse the repository at this point in the history
  • Loading branch information
Taimon committed Sep 3, 2009
1 parent c06f591 commit 81974bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions infinity/gui/BrowserMenuBar.java
Expand Up @@ -30,7 +30,7 @@

public final class BrowserMenuBar extends JMenuBar
{
public static final String VERSION = "v1.33 beta 19";
public static final String VERSION = "v1.33 beta 20";
public static final int OVERRIDE_IN_THREE = 0, OVERRIDE_IN_OVERRIDE = 1, OVERRIDE_SPLIT = 2;
public static final int LOOKFEEL_JAVA = 0, LOOKFEEL_WINDOWS = 1, LOOKFEEL_MOTIF = 2, LOOKFEEL_PLASTICXP = 3;
public static final int RESREF_ONLY = 0, RESREF_REF_NAME = 1, RESREF_NAME_REF = 2;
Expand Down Expand Up @@ -1148,4 +1148,4 @@ else if (event.getSource() == helpBsdLicense) {
}
}
}
}
}

0 comments on commit 81974bd

Please sign in to comment.