mirror of
https://github.com/suchmememanyskill/TegraExplorer.git
synced 2024-11-09 13:41:45 +00:00
Bump version
This commit is contained in:
parent
84e120dabf
commit
cf90fc8dd0
2 changed files with 3 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -10,8 +10,8 @@ include $(DEVKITARM)/base_rules
|
||||||
|
|
||||||
IPL_LOAD_ADDR := 0x40008000
|
IPL_LOAD_ADDR := 0x40008000
|
||||||
LPVERSION_MAJOR := 4
|
LPVERSION_MAJOR := 4
|
||||||
LPVERSION_MINOR := 0
|
LPVERSION_MINOR := 1
|
||||||
LPVERSION_BUGFX := 1
|
LPVERSION_BUGFX := 0
|
||||||
LPVERSION := \"$(LPVERSION_MAJOR).$(LPVERSION_MINOR).$(LPVERSION_BUGFX)\"
|
LPVERSION := \"$(LPVERSION_MAJOR).$(LPVERSION_MINOR).$(LPVERSION_BUGFX)\"
|
||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
|
@ -61,6 +61,7 @@ Other awesome people:
|
||||||
- Bleck9999
|
- Bleck9999
|
||||||
- Exelix
|
- Exelix
|
||||||
- Emmo
|
- Emmo
|
||||||
|
- JeffV
|
||||||
|
|
||||||
## Screenshots
|
## Screenshots
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue