1 Commits

Author SHA1 Message Date
Stephanie Gawroriski
45154c0c73 Bump version to 1.3.2. 2024-06-16 19:47:29 -04:00
3 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
cmake_minimum_required (VERSION 3.13)
project(Mu
VERSION 1.3.0
VERSION 1.3.2
DESCRIPTION "Classic Palm OS Emulator."
HOMEPAGE_URL https://github.com/libretro/Mu
LANGUAGES C CXX)

View File

@@ -213,7 +213,7 @@ void retro_get_system_info(struct retro_system_info *info){
#ifndef GIT_VERSION
#define GIT_VERSION ""
#endif
info->library_version = "v1.3.1" GIT_VERSION;
info->library_version = "v1.3.2" GIT_VERSION;
info->need_fullpath = true;
info->valid_extensions = "prc|pqa|img|pdb|zip";

View File

@@ -5,7 +5,7 @@ supported_extensions = "prc|pqa|img|pdb|zip"
corename = "Mu"
license = "CC BY-NC 3.0 US (Non-commercial)"
permissions = ""
display_version = "v1.3.1"
display_version = "v1.3.2"
categories = "Emulator"
# Hardware Information