Skip to content

Commit

Permalink
1.3.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
WinterMute committed Mar 7, 2023
1 parent e07daa4 commit 39eddf3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#### wut-tools 1.3.4
elf2rpl:
- change load section alignment to 32.

#### wut-tools 1.3.3
- rplexportgen: Fix double null-terminator byte in export names.

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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])

Expand Down

0 comments on commit 39eddf3

Please sign in to comment.