Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
shinovon committed Mar 17, 2024
1 parent b9f5fff commit 14036b7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion src/main/emulator/Emulator.java
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
import emulator.ui.swt.EmulatorImpl;

public class Emulator {
public static final String version = "2.15";
public static final String version = "2.15.1";
public static final int numericVersion = 15;

static EmulatorImpl emulatorimpl;
Expand Down
2 changes: 0 additions & 2 deletions x64/obf/config.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@

-libraryjars 'G:\Progs\KEmulator103mod\jre\lib\rt.jar'
-libraryjars '..\..\natives\swt-win32-x86.jar'
-libraryjars '..\..\natives\jogl-all.jar'
-libraryjars '..\..\natives\gluegen-rt.jar'

-target 1.8
#-dontshrink
Expand Down

0 comments on commit 14036b7

Please sign in to comment.