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 b65507e commit ea66999Copy full SHA for ea66999
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+#### wut-tools 1.2.0
2
+- rplimportgen: Add optional linker script generation.
3
+- rplexportgen: Add support for a NAME field.
4
+
5
#### wut-tools 1.1.1
6
- Buildfix from 1.1.0, no major changes.
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.1.1],[https://github.com/devkitPro/wut-tools/issues])
+AC_INIT([wut-tools],[1.2.0],[https://github.com/devkitPro/wut-tools/issues])
AC_CONFIG_SRCDIR([src/elf2rpl/main.cpp])
AC_CONFIG_MACRO_DIR([m4])
8
0 commit comments