Version 3.00.02

* Maintenance release
This commit is contained in:
David Freese 2016-08-06 11:03:30 -05:00
parent ad480446aa
commit 21759972a7
2 changed files with 22 additions and 3 deletions

View file

@ -1,9 +1,28 @@
=Version 3.00.02=
2016-07-28 David Freese <iam_w1hkj@w1hkj.com>
ad48044: custom form
247b371: ARQ URCALL error
2016-07-10 Kamal Mostafa <kamal@whence.com>
aa8c9ae: fix XmlRpc tm_mday comparison typo
2016-07-04 Robert Cunnings <nw8l@whitemesa.com>
c125c9e: MXE build
2016-06-26 David Freese <iam_w1hkj@w1hkj.com>
5e3db4e: Navy Mars
2308b77: xmlrpc socket address
=Version 3.00.01=
2016-06-21 David Freese <iam_w1hkj@w1hkj.com>
22cf67b: text.add_tx
b4edb15: Repeat CONREQ
2ffa8c7: Timeout action

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, [3])
m4_define(FLMSG_MINOR, [00])
m4_define(FLMSG_PATCH, [.01])
m4_define(FLMSG_PATCH, [.02])
AC_INIT([FLMSG], FLMSG_MAJOR.FLMSG_MINOR[]FLMSG_PATCH, [w1hkj AT w1hkj DOT com])