Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
isage committed Jan 2, 2025
1 parent 1fe178a commit 7d0dbe0
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 9 deletions.
2 changes: 1 addition & 1 deletion adrenaline_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

#define ADRENALINE_VERSION_MAJOR 7
#define ADRENALINE_VERSION_MINOR 1
#define ADRENALINE_VERSION_MICRO 3
#define ADRENALINE_VERSION_MICRO 4
#define ADRENALINE_VERSION ((ADRENALINE_VERSION_MAJOR << 24) | (ADRENALINE_VERSION_MINOR << 16) | (ADRENALINE_VERSION_MICRO << 8))

#define xstr(s) #s
Expand Down
2 changes: 1 addition & 1 deletion bubble/pkg/frame.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<frame id="frame2">
<liveitem>
<text valign="bottom" align="left" text-align="left" text-valign="bottom" line-space="3" ellipsis="on">
<str color="#ffffff" size="50" bold="on" shadow="on">Adrenaline 7.1.3</str>
<str color="#ffffff" size="50" bold="on" shadow="on">Adrenaline 7.1.4</str>
</text>
</liveitem>
</frame>
2 changes: 1 addition & 1 deletion bubble/pkg/sce_sys/livearea/contents/template.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<frame id="frame2">
<liveitem>
<text valign="bottom" align="left" text-align="left" text-valign="bottom" line-space="3" ellipsis="on">
<str color="#ffffff" size="50" bold="on" shadow="on">Adrenaline 7.1.3</str>
<str color="#ffffff" size="50" bold="on" shadow="on">Adrenaline 7.1.4</str>
</text>
</liveitem>
</frame>
Expand Down
7 changes: 1 addition & 6 deletions cef/updater/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,7 @@ int main(void) {
printf("6.61 Adrenaline-%d.%d.%d Installer\n", ADRENALINE_VERSION_MAJOR, ADRENALINE_VERSION_MINOR, ADRENALINE_VERSION_MICRO);
printf("Changes:\n\n");

printf("- Don't load plugins in recovery (for real).\n");
printf("- Support for downloading official updates for EBOOT/ISO.\n");
printf("- Support for updates/dlc for EBOOT/ISO.\n");
printf("- Support for autoboot /PSP/GAME/EBOOT.PBP.\n");
printf("- Update version in LiveArea automatically.\n");
printf("- Support for logging psp printf's via catlog.\n");
printf("- Revert fancier recovery for now (breaks installer).\n");

printf("\n");

Expand Down
3 changes: 3 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ ux0:app/PSPEMUCFW/sce_module/adrenaline_kernel.skprx
Changelog
---------

### Changelog v7.1.4
- Revert fancier recovery for now (breaks installer)

### Changelog v7.1.3
- Don't load plugins in recovery (for real).
- Support for downloading official updates for EBOOT/ISO.
Expand Down

0 comments on commit 7d0dbe0

Please sign in to comment.