From 7fbaf4b226a00d9104432bbb0bc58eec48e60baf Mon Sep 17 00:00:00 2001 From: Joel16 Date: Thu, 28 Mar 2019 23:32:50 -0500 Subject: [PATCH] Bump version --- README.md | 2 +- app/Makefile | 2 +- launcher/Makefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 46105280..0b7713ff 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ CMFileManager PSP is a PSP application built using the unofficial PSPSDK and [gl - Browse other drives like flah0, flash1 and UMD (if not using PSP Go). - Support for both ef0:/ (internal) and ms0:/ (external) drives on PSP Go. - Screenshots in .BMP format. Use L + R to capture a screenshot. -- Audio Player 16-Bit 44.1 KHz (FLAC, OGG, WAV and XM) +- Audio Player 16-Bit non float. (FLAC, MP3, OGG, WAV and XM) **Buttons:** diff --git a/app/Makefile b/app/Makefile index 8d4fe81d..4615a66b 100644 --- a/app/Makefile +++ b/app/Makefile @@ -13,7 +13,7 @@ OBJS := $(addsuffix .o,$(BINFILES)) \ PSP_LARGE_MEMORY = 1 VERSION_MAJOR := 2 -VERSION_MINOR := 1 +VERSION_MINOR := 2 VERSION_MICRO := 0 INCDIR = ../common include include/archive include/audio include/menus glib2d diff --git a/launcher/Makefile b/launcher/Makefile index 11eba1d8..88de5751 100644 --- a/launcher/Makefile +++ b/launcher/Makefile @@ -5,7 +5,7 @@ OBJS = source/main.o PSP_LARGE_MEMORY = 1 VERSION_MAJOR := 2 -VERSION_MINOR := 1 +VERSION_MINOR := 2 VERSION_MICRO := 0 INCDIR = ../common