bump version

This commit is contained in:
Christopher Roy Bratusek 2016-08-23 19:56:42 +02:00
parent 4290d68652
commit 448d73ae28
2 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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