Skip to content

Commit

Permalink
Updated version to 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Aurelio92 committed Jul 26, 2024
1 parent 7a5a386 commit f350ac4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions driveRoot/apps/RVLoader/meta.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<app version="1">
<name>RVLoader</name>
<coder>Aurelio</coder>
<version>2.0</version>
<release_date>20240404000000</release_date>
<version>2.1</version>
<release_date>20240726000000</release_date>
<short_description>Games loader for Wii portables</short_description>
<long_description></long_description>
<no_ios_reload/>
Expand Down
4 changes: 2 additions & 2 deletions main/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ include $(DEVKITPPC)/wii_rules

# Must be integers
RVLOADERVERSION_MAJOR := 2
RVLOADERVERSION_MINOR := 0
RVLOADERVERSION_MINOR := 1
RVLOADERVERSION_NAME := ""

#---------------------------------------------------------------------------------
Expand All @@ -35,7 +35,7 @@ INCLUDES := include include/titles include/gui \

CFLAGS = -g -O2 -Wall $(MACHDEP) $(INCLUDE) -DLUA_32BITS \
-DVER_MAJOR=${RVLOADERVERSION_MAJOR} -DVER_MINOR=${RVLOADERVERSION_MINOR} -DVER_NAME=\"${RVLOADERVERSION_NAME}\"
CXXFLAGS = $(CFLAGS) -std=c++11
CXXFLAGS = $(CFLAGS) -std=c++17

LDFLAGS = -g $(MACHDEP) -Wl,-Map,$(notdir $@).map

Expand Down

0 comments on commit f350ac4

Please sign in to comment.