From 9df2ffbe2d3d38d8ed2bb41db76a8af4f7a71a4a Mon Sep 17 00:00:00 2001 From: David Freese Date: Fri, 18 Mar 2011 15:01:53 -0500 Subject: [PATCH] Version 1.1.4 Maintenance release --- ChangeLog | 11 ++++++++--- configure.ac | 2 +- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 4294c20..3f714a7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,10 +1,15 @@ +2011-03-15 David Freese + + 86a1a70: Template corrections + debae23: Open flmsg with browser + cddab92: Fix LDFLAGS + 50b9852: Template simplfication =Version 1.1.3= -2011-03-07 David Freese - - 845260a: Print exit + bc1502f: ICS205A update + f7269e9: Print exit b270dd9: Command line import filename e652355: Missing files in repository diff --git a/configure.ac b/configure.ac index 5924001..b818ef1 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, [.3]) +m4_define(FLMSG_PATCH, [.4]) AC_INIT([FLMSG], FLMSG_MAJOR.FLMSG_MINOR[]FLMSG_PATCH, [w1hkj AT w1hkj DOT com])