We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e07daa4 commit 39eddf3Copy full SHA for 39eddf3
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+#### wut-tools 1.3.4
2
+elf2rpl:
3
+- change load section alignment to 32.
4
+
5
#### wut-tools 1.3.3
6
- rplexportgen: Fix double null-terminator byte in export names.
7
configure.ac
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.61)
-AC_INIT([wut-tools],[1.3.3],[https://github.com/devkitPro/wut-tools/issues])
+AC_INIT([wut-tools],[1.3.4],[https://github.com/devkitPro/wut-tools/issues])
AC_CONFIG_SRCDIR([src/elf2rpl/main.cpp])
AC_CONFIG_MACRO_DIR([m4])
8
0 commit comments