Skip to content

Commit 819c53b

Browse files
committed
Version bump to 1.48
There's so many big changes and regression fixes from 1.45 that i personally think it's worth jumping straight ahead to 1.48.
1 parent 31516ee commit 819c53b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/libretro/freej2me_libretro.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1235,7 +1235,7 @@ void retro_get_system_info(struct retro_system_info *info)
12351235
{
12361236
memset(info, 0, sizeof(*info));
12371237
info->library_name = "FreeJ2ME-Plus";
1238-
info->library_version = "1.45";
1238+
info->library_version = "1.48";
12391239
info->valid_extensions = "jar|kjx";
12401240
info->need_fullpath = true;
12411241
}

src/libretro/freej2me_libretro.info

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ corename = "FreeJ2ME-Plus"
66
categories = "Emulator"
77
license = "GPLv3"
88
permissions = ""
9-
display_version = "1.43"
9+
display_version = "1.48"
1010

1111
# Hardware Information
1212
manufacturer = "Oracle Corporation"

src/org/recompile/freej2me/AWTGUI.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050

5151
public final class AWTGUI
5252
{
53-
final String VERSION = "1.45";
53+
final String VERSION = "1.48";
5454
/* This is used to indicate to FreeJ2ME that it has to call "settingsChanged()" to apply changes made here */
5555
private boolean hasPendingChange;
5656

0 commit comments

Comments
 (0)