mirror of
https://gitlab.com/Nanolx/patchimage.git
synced 2024-11-24 10:09:22 +01:00
bump version
This commit is contained in:
parent
4290d68652
commit
448d73ae28
@ -1,4 +1,4 @@
|
|||||||
v7.2.2:
|
v7.2.2 (20160823):
|
||||||
::bug fixes
|
::bug fixes
|
||||||
- fix PATCHIMAGE_3DS_DIR setup when no ${HOME}/.patchimage.rc exists
|
- fix PATCHIMAGE_3DS_DIR setup when no ${HOME}/.patchimage.rc exists
|
||||||
- fix PATCHIMAGE_ROM_DIR setup when no ${HOME}/.patchimage.rc exists
|
- fix PATCHIMAGE_ROM_DIR setup when no ${HOME}/.patchimage.rc exists
|
||||||
@ -16,11 +16,11 @@ v7.2.2:
|
|||||||
- in game information fix link to Pokemon Star Sapphire Thread
|
- in game information fix link to Pokemon Star Sapphire Thread
|
||||||
- update Cliff Super Mario Bros. to version 1.0.4
|
- update Cliff Super Mario Bros. to version 1.0.4
|
||||||
|
|
||||||
v7.2.1:
|
v7.2.1 (20160822):
|
||||||
::bug fixes
|
::bug fixes
|
||||||
- fix ID for Kirby's Adventure Wii and Mario Kart Wii for US versions
|
- fix ID for Kirby's Adventure Wii and Mario Kart Wii for US versions
|
||||||
|
|
||||||
v7.2.0:
|
v7.2.0 (20160822):
|
||||||
::internal changes
|
::internal changes
|
||||||
- functions for applying IPS, PPF and BPS patches now check for patch zip files
|
- functions for applying IPS, PPF and BPS patches now check for patch zip files
|
||||||
in ${PWD} and ${PACHIMAGE_RIIVOLUTION_DIR}, just like all other functions and
|
in ${PWD} and ${PACHIMAGE_RIIVOLUTION_DIR}, just like all other functions and
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
PATCHIMAGE_VERSION=7.2.0-devel
|
PATCHIMAGE_VERSION=7.2.2
|
||||||
PATCHIMAGE_RELEASE=2016/08/17+
|
PATCHIMAGE_RELEASE=2016/08/23
|
||||||
|
|
||||||
[[ -e ${HOME}/.patchimage.rc ]] && source "${HOME}"/.patchimage.rc
|
[[ -e ${HOME}/.patchimage.rc ]] && source "${HOME}"/.patchimage.rc
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user