Version 1.1.16

Maintenance release
This commit is contained in:
David Freese 2012-05-09 18:24:31 -05:00
parent 66498a8499
commit 17ff9aef5b
2 changed files with 9 additions and 3 deletions

View file

@ -1,9 +1,15 @@
=Version 1.1.16=
2012-05-09 David Freese <w1hkj@w1hkj.com>
66498a8: Command line processing
3f9a0cc: UNCLAS
=Version 1.1.15=
2012-05-03 David Freese <w1hkj@w1hkj.com>
a3a8ea9: IARU header
21b8eb7: Auto open
d6cc867: MARS

View file

@ -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])