Release 3.5.0

This commit is contained in:
yellows8 2021-10-29 19:47:15 -04:00
parent 422039f727
commit 73d7108a62
No known key found for this signature in database
GPG Key ID: 0AF90DA3F1E60E43
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
export APP_VERSION := 3.4.1 export APP_VERSION := 3.5.0
ifeq ($(RELEASE),) ifeq ($(RELEASE),)
export APP_VERSION := $(APP_VERSION)-$(shell git describe --dirty --always) export APP_VERSION := $(APP_VERSION)-$(shell git describe --dirty --always)

View File

@ -13,13 +13,13 @@ The following [pacman packages](https://devkitpro.org/wiki/devkitPro_pacman) are
- `switch-freetype` - `switch-freetype`
- `switch-libconfig` - `switch-libconfig`
- `switch-libjpeg-turbo` - `switch-libjpeg-turbo`
- `switch-zlib` - `switch-physfs`
The following libraries are required to build for PC: The following libraries are required to build for PC:
- `libfreetype` - `libfreetype`
- `libconfig` - `libconfig`
- `libjpeg-turbo` - `libjpeg-turbo`
- `libminizip` - `libphysfs`
Building for Switch/PC requires `zip`. Building for Switch/PC requires `zip`.