Skip to content

Commit

Permalink
Bump version to 1.3.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
XerTheSquirrel committed Jun 16, 2024
1 parent 5e5e21e commit 45154c0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion libretroBuildSystem/libretro.c
Original file line number Diff line number Diff line change
Expand Up @@ -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";

Expand Down
2 changes: 1 addition & 1 deletion libretroBuildSystem/mu_libretro.info
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 45154c0

Please sign in to comment.