Version 4.0.10

* Maintenance release
This commit is contained in:
David Freese 2019-06-19 12:47:14 -05:00
parent fe9ec31fe2
commit a24eaa3bbb
2 changed files with 5 additions and 1 deletions

View file

@ -1,7 +1,11 @@
2019-06-19 David Freese <w1hkj@bellsouth.net>
fe9ec31f: ARC forms
=Version 4.0.9=
2019-06-16 Davide Gerhard <w1hkj@bellsouth.net>
c313e6ac: timeops

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, [4])
m4_define(FLMSG_MINOR, [0])
m4_define(FLMSG_PATCH, [.9])
m4_define(FLMSG_PATCH, [.10])
AC_INIT([FLMSG], FLMSG_MAJOR.FLMSG_MINOR[]FLMSG_PATCH, [w1hkj AT w1hkj DOT com])