libretro: bump version for dynarec fixes
authornotaz <notasas@gmail.com>
Tue, 14 Dec 2021 22:25:08 +0000 (00:25 +0200)
committernotaz <notasas@gmail.com>
Tue, 14 Dec 2021 22:25:08 +0000 (00:25 +0200)
... and let 'l' show that it's libretro fork build and not upstream

frontend/libretro.c

index 8252e15..62acf42 100644 (file)
@@ -654,7 +654,7 @@ void retro_get_system_info(struct retro_system_info *info)
 #endif
    memset(info, 0, sizeof(*info));
    info->library_name     = "PCSX-ReARMed";
-   info->library_version  = "r22" GIT_VERSION;
+   info->library_version  = "r23l" GIT_VERSION;
    info->valid_extensions = "bin|cue|img|mdf|pbp|toc|cbn|m3u|chd";
    info->need_fullpath    = true;
 }