Skip to content

Commit ea66999

Browse files
committed
update chaneglog for release
1 parent b65507e commit ea66999

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
15
#### wut-tools 1.1.1
26
- Buildfix from 1.1.0, no major changes.
37

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Process this file with autoconf to produce a configure script.
33

44
AC_PREREQ(2.61)
5-
AC_INIT([wut-tools],[1.1.1],[https://github.com/devkitPro/wut-tools/issues])
5+
AC_INIT([wut-tools],[1.2.0],[https://github.com/devkitPro/wut-tools/issues])
66
AC_CONFIG_SRCDIR([src/elf2rpl/main.cpp])
77
AC_CONFIG_MACRO_DIR([m4])
88

0 commit comments

Comments
 (0)