diff --git a/ChangeLog b/ChangeLog index 559acdb..29ff4ad 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,15 @@ +=Version 1.1.16= + +2012-05-09 David Freese + + 66498a8: Command line processing + 3f9a0cc: UNCLAS + + =Version 1.1.15= -2012-05-03 David Freese - a3a8ea9: IARU header 21b8eb7: Auto open d6cc867: MARS diff --git a/configure.ac b/configure.ac index d8e47f8..a2cce1b 100644 --- a/configure.ac +++ b/configure.ac @@ -12,7 +12,7 @@ dnl major and minor must be integers; patch may dnl contain other characters or be empty m4_define(FLMSG_MAJOR, [1]) m4_define(FLMSG_MINOR, [1]) -m4_define(FLMSG_PATCH, [.15]) +m4_define(FLMSG_PATCH, [.16]) AC_INIT([FLMSG], FLMSG_MAJOR.FLMSG_MINOR[]FLMSG_PATCH, [w1hkj AT w1hkj DOT com])