File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.13)
22project (Mu
3- VERSION 1.3.0
3+ VERSION 1.3.2
44 DESCRIPTION "Classic Palm OS Emulator."
55 HOMEPAGE_URL https://github.com/libretro/Mu
66 LANGUAGES C CXX)
Original file line number Diff line number Diff line change @@ -213,7 +213,7 @@ void retro_get_system_info(struct retro_system_info *info){
213213#ifndef GIT_VERSION
214214#define GIT_VERSION ""
215215#endif
216- info -> library_version = "v1.3.1 " GIT_VERSION ;
216+ info -> library_version = "v1.3.2 " GIT_VERSION ;
217217 info -> need_fullpath = true;
218218 info -> valid_extensions = "prc|pqa|img|pdb|zip" ;
219219
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ supported_extensions = "prc|pqa|img|pdb|zip"
55corename = "Mu"
66license = "CC BY-NC 3.0 US (Non-commercial)"
77permissions = ""
8- display_version = "v1.3.1 "
8+ display_version = "v1.3.2 "
99categories = "Emulator"
1010
1111# Hardware Information
You can’t perform that action at this time.
0 commit comments