Version 1.1.4

Maintenance release
This commit is contained in:
David Freese 2011-03-18 15:01:53 -05:00
parent 86a1a70a50
commit 9df2ffbe2d
2 changed files with 9 additions and 4 deletions

View file

@ -1,10 +1,15 @@
2011-03-15 David Freese <w1hkj@w1hkj.com>
86a1a70: Template corrections
debae23: Open flmsg with browser
cddab92: Fix LDFLAGS
50b9852: Template simplfication
=Version 1.1.3=
2011-03-07 David Freese <w1hkj@w1hkj.com>
845260a: Print exit
bc1502f: ICS205A update
f7269e9: Print exit
b270dd9: Command line import filename
e652355: Missing files in repository

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