File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -383,7 +383,7 @@ void retro_get_system_info(struct retro_system_info *info)
383
383
{
384
384
memset (info, 0 , sizeof (*info));
385
385
info->library_name = " ep128emu" ;
386
- info->library_version = " v1.1.0 " ;
386
+ info->library_version = " v1.1.1 " ;
387
387
info->need_fullpath = true ;
388
388
info->valid_extensions = " img|dsk|tap|dtf|com|trn|128|bas|cas|cdt|tzx|tvcwav|." ;
389
389
}
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ license = "GPLv2"
23
23
permissions = ""
24
24
25
25
# Version of the core:
26
- display_version = "v1.1.0 "
26
+ display_version = "v1.1.1 "
27
27
28
28
# Hardware Information - Information about the hardware the core supports (when applicable)
29
29
# Name of the manufacturer who produced the emulated system:
You can’t perform that action at this time.
0 commit comments