diff --git a/jode/ChangeLog b/jode/ChangeLog index 14555d3..2e2c4db 100644 --- a/jode/ChangeLog +++ b/jode/ChangeLog @@ -1,5 +1,7 @@ 2002-06-11 Jochen Hoenicke + * configure.in: Set version number to 1.1.2. + * jode/bytecode/BytecodeInfo.java.in (readAttribute): Fix the exception handlers that javac 1.4 produces: I simply shorten the start/end interval, so that the catcher is not in the end diff --git a/jode/configure.in b/jode/configure.in index 967bba9..8e2d48e 100644 --- a/jode/configure.in +++ b/jode/configure.in @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT() -AM_INIT_AUTOMAKE(jode, 1.1.1) +AM_INIT_AUTOMAKE(jode, 1.1.2) dnl Checks for programs. AC_PROG_MAKE_SET